initial code
This commit is contained in:
11
src/components/layout/main-navigation.layout.tsx
Normal file
11
src/components/layout/main-navigation.layout.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Outlet } from "@tanstack/react-router";
|
||||
import BottomNavigation from "../ui/bottom-navigation/bottom-navigation";
|
||||
|
||||
export default function MainNavigationLayout() {
|
||||
return (
|
||||
<div className="relative h-screen w-full overflow-hidden">
|
||||
<Outlet />
|
||||
<BottomNavigation />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user