We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d309be5 + f8dfce9 commit ec2386eCopy full SHA for ec2386e
app/layout.tsx
@@ -6,7 +6,6 @@ import { Providers } from "./providers";
6
import NavbarComponent from './components/Navbar';
7
import AskCookbook from "./components/AskCookbook";
8
import DeprecationBanner from './components/DeprecationBannerNav';
9
-import Footer from './components/Footer';
10
11
const inter = Inter({
12
subsets: ['latin'],
@@ -27,7 +26,6 @@ export default function Layout({ children }: { children: ReactNode }) {
27
26
<main className="flex-1">
28
{children}
29
</main>
30
- <Footer />
31
</div>
32
</Providers>
33
</RootProvider>
0 commit comments