connected api with profile, order
This commit is contained in:
@@ -43,7 +43,7 @@ export default async function RootLayout({ children, params }: Props) {
|
||||
|
||||
let messages
|
||||
try {
|
||||
messages = (await import(`../../messages/${locale}.json`)).default
|
||||
messages = (await import(`../../i18n/messages/${locale}.json`)).default
|
||||
} catch {
|
||||
messages = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user