Skip to content

Commit

Permalink
fixed a small error
Browse files Browse the repository at this point in the history
  • Loading branch information
kairveeehh committed Oct 10, 2024
1 parent 55925c7 commit 2d5b04a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import NextTopLoader from 'nextjs-toploader';
import { ThemeProvider } from '@/components/ui/theme-provider';
import AppWalletProvider from '@/components/AppWalletProvider';


import './globals.css'

import './globals.css';

export const metadata: Metadata = {
title: 'Create Next App',
Expand Down Expand Up @@ -37,10 +35,6 @@ export default function RootLayout({
</ThemeProvider>
</body>
</AppWalletProvider>
<body className={`${inter.className} h-[100vh]`}>
<NextTopLoader color="#333" />
{children}
</body>
</Providers>
</html>
);
Expand Down

0 comments on commit 2d5b04a

Please sign in to comment.