mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
refactor: update key usage in components for improved rendering
This commit is contained in:
parent
9db6b605c5
commit
95c3550c42
3 changed files with 14 additions and 14 deletions
|
|
@ -22,7 +22,7 @@ export default function RootLayout({
|
|||
<head />
|
||||
<body>
|
||||
{isDevEnv ? '' : <Script data-website-id="a1af6d7a-9286-4a1f-8385-ddad2a29fcbb" src="/umami/script.js" />}
|
||||
<SessionProvider>
|
||||
<SessionProvider key="session-provider">
|
||||
<LHSessionProvider>
|
||||
<StyledComponentsRegistry>
|
||||
<motion.main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue