Refactor
This commit is contained in:
@@ -41,7 +41,8 @@ export default async function RootLayout({
|
||||
<body className={styles.layout}>
|
||||
<ServerIntlProvider intl={{ defaultLocale, locale, messages }}>
|
||||
<TrpcProvider>
|
||||
<RouterTracking>{children}</RouterTracking>
|
||||
<RouterTracking />
|
||||
{children}
|
||||
</TrpcProvider>
|
||||
</ServerIntlProvider>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user