Skip to content

Commit

Permalink
fix: breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 28, 2024
1 parent 26bb79c commit 4a2049c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default function RootLayout({ children }: PropsWithChildren) {
defaultTheme="system"
enableSystem
disableTransitionOnChange
storageKey="next-theme"
>
<TopMenu />
<main className="h-[calc(100vh-66px)] overflow-auto">
Expand Down

0 comments on commit 4a2049c

Please sign in to comment.