Mobile NavBar Update

This commit is contained in:
2025-04-12 16:11:43 -04:00
parent 3b43263af2
commit 3b4becfcf5
6 changed files with 40 additions and 35 deletions

View File

@@ -22,6 +22,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/lib/components/MobileNav.jsx"],
"exclude": ["node_modules"]
}