Skip to content

Commit

Permalink
Refactor layout.tsx to remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith2009 committed Oct 3, 2024
1 parent 033ddcd commit 7aa1770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import './globals.css'
const inter = Inter({ subsets: ['latin'] })
import { Providers } from './providers'
import NextTopLoader from 'nextjs-toploader'
import AppWalletProvider from '@/components/AppWalletProvider'
export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
Expand Down

0 comments on commit 7aa1770

Please sign in to comment.