diff --git a/client/src/App.jsx b/client/src/App.jsx index 8339409..8cee677 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -4,6 +4,9 @@ import Index from './pages'; import Login from './pages/login'; import NavBar from './components/NavBar'; +/** + * Top-level application component. + */ function App() { return ( <> diff --git a/client/src/components/NavBar.jsx b/client/src/components/NavBar.jsx index e6be6a1..f74d622 100644 --- a/client/src/components/NavBar.jsx +++ b/client/src/components/NavBar.jsx @@ -1,5 +1,8 @@ import React from 'react'; +/** + * Primary navigation component. + */ function NavBar() { return (