diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-26 21:12:30 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-26 21:12:30 -0700 |
| commit | 00ffea6a46890bdeac160f8a35b91a7d9298b721 (patch) | |
| tree | e3e16e6008624ef1cffb94e7f8b5a6a1fafb41ad /frontend/src/components/NavBar.tsx | |
| parent | 016a4f266b3275ff2e66c7cf9fdf8da3d7a04c11 (diff) | |
create component for loading screen
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 +}; |
