diff --git a/Client/reasn-client/apps/web/app/Nav.tsx b/Client/reasn-client/apps/web/app/Nav.tsx deleted file mode 100644 index 6081899a..00000000 --- a/Client/reasn-client/apps/web/app/Nav.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from "react"; -import styles from './Nav.module.css'; - - -type Link = { - label: string - href: string -}; - -const Nav = () => { -return( - -
- -
- -) -} -export default Nav \ No newline at end of file diff --git a/Client/reasn-client/apps/web/app/page.tsx b/Client/reasn-client/apps/web/app/page.tsx index 5c0f81db..92b3d946 100644 --- a/Client/reasn-client/apps/web/app/page.tsx +++ b/Client/reasn-client/apps/web/app/page.tsx @@ -1,12 +1,13 @@ import React from 'react'; import styles from "../styles/index.module.css"; -import Nav from './Nav'; +import Nav from "../components/navbar"; +import Footer from '../components/footer'; export default function Web() { return ( <>