diff options
Diffstat (limited to 'frontend/src/components/NavBar.tsx')
| -rw-r--r-- | frontend/src/components/NavBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/NavBar.tsx b/frontend/src/components/NavBar.tsx index 045705c..296ac49 100644 --- a/frontend/src/components/NavBar.tsx +++ b/frontend/src/components/NavBar.tsx @@ -124,4 +124,4 @@ export const NavBar = ({ currentPage, user, handleLogout }: { </div> </nav> ); -};
\ No newline at end of file +}; |
