From 3b2258877fcbd211314b153c56273e3a597ad08b Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 12 Nov 2024 16:37:28 -0600 Subject: Begin navbar --- app/src/components/Navbar.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/src/components/Navbar.tsx (limited to 'app/src/components/Navbar.tsx') diff --git a/app/src/components/Navbar.tsx b/app/src/components/Navbar.tsx new file mode 100644 index 0000000..7ffb514 --- /dev/null +++ b/app/src/components/Navbar.tsx @@ -0,0 +1,11 @@ +import styles from '../styles/Navbar.module.css'; + +function Navbar() { + return ( + + ); +} + +export default Navbar; -- cgit v1.2.3-70-g09d2