Skip to content

Commit

Permalink
utilize Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Feb 8, 2024
1 parent de23a67 commit d79b32a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Metadata } from 'next'

import Footer from '@/components/footer'
import Header from '@/components/header/header'
import Providers from '@/store/providers'
import { cn } from '@/utils'
Expand All @@ -23,7 +24,7 @@ export default function RootLayout({
<Providers>
<Header />
<main className="flex-shrink flex-grow basis-0">{children}</main>
<div>11111</div>
<Footer />
</Providers>
</body>
</html>
Expand Down

0 comments on commit d79b32a

Please sign in to comment.