parent
7faa5f1c9f
commit
a68eb2a011
41 changed files with 2350 additions and 800 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { Metadata } from 'next';
|
||||
import { Toaster } from 'sonner';
|
||||
|
||||
import { Navbar } from '@/components/custom/navbar';
|
||||
import { ThemeProvider } from '@/components/custom/theme-provider';
|
||||
|
||||
import './globals.css';
|
||||
|
|
@ -65,7 +64,6 @@ export default async function RootLayout({
|
|||
disableTransitionOnChange
|
||||
>
|
||||
<Toaster position="top-center" />
|
||||
<Navbar />
|
||||
{children}
|
||||
</ThemeProvider>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue