layouts and components, oh my!

This commit is contained in:
Jason Jordan
2025-07-29 17:41:13 -04:00
parent d1ebd100b5
commit 3bdc768714
36 changed files with 919 additions and 129 deletions
-1
View File
@@ -75,7 +75,6 @@ export interface MenuItem {
// ];
const Navbar = () => {
const [isScrolled, setIsScrolled] = useState(false);
useEffect(() => {