{pattern ? (
) : (
{t('account:oneMomentPLease')}
)}
)
}
export default EditShellyPage
export async function getStaticProps({ locale }) {
return {
props: {
...(await serverSideTranslations(locale, ns)),
page: {
locale,
path: ['account', 'patterns', 'shelly'],
title: 'Shelly',
},
},
}
}