mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-10 23:58:38 -06:00
Implemented the Navigation into the Root.jsx layout
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
import {Outlet} from "react-router-dom";
|
||||
import Navigation from "@/common/components/Navigation";
|
||||
import "./styles.sass";
|
||||
|
||||
export const Root = () => {
|
||||
return (
|
||||
<>
|
||||
<Outlet/>
|
||||
<Navigation />
|
||||
<main>
|
||||
<Outlet/>
|
||||
</main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user