The navbar.jsx file export has some formatting issues.
- I tried to run the project but an issue happened after looking into it.
I'll try to fix to compile the project properly.
SyntaxError
Expression expected. (68:3)
66 | ) : user ? (
67 |
> 68 | if (loading) {
| ^
69 | return (
70 | <nav
71 | className={`sticky top-0 z-50 px-4 sm:px-6 py-3 sm:py-4 shadow-md transition-all duration-300 ${
The
navbar.jsxfile export has some formatting issues.I'll try to fix to compile the project properly.