Skip to content

Commit ec2386e

Browse files
authored
Merge pull request #236 from okto-hq/main
footer
2 parents d309be5 + f8dfce9 commit ec2386e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { Providers } from "./providers";
66
import NavbarComponent from './components/Navbar';
77
import AskCookbook from "./components/AskCookbook";
88
import DeprecationBanner from './components/DeprecationBannerNav';
9-
import Footer from './components/Footer';
109

1110
const inter = Inter({
1211
subsets: ['latin'],
@@ -27,7 +26,6 @@ export default function Layout({ children }: { children: ReactNode }) {
2726
<main className="flex-1">
2827
{children}
2928
</main>
30-
<Footer />
3129
</div>
3230
</Providers>
3331
</RootProvider>

0 commit comments

Comments
 (0)