Skip to content

Commit

Permalink
Merge pull request #19 from the-collab-lab/bm-vy-link-nav
Browse files Browse the repository at this point in the history
Remove outdated comment in Layout.jsx
  • Loading branch information
llyorshch authored Feb 12, 2024
2 parents d22c8f6 + b89ea5d commit 3f46ff9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/views/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ import './Layout.css';
import { auth } from '../api/config.js';
import { SignInButton, SignOutButton, useAuth } from '../api/useAuth.jsx';

/**
* TODO: The links defined in this file don't work!
*
* Instead of anchor element, they should use a component
* from `react-router-dom` to navigate to the routes
* defined in `App.jsx`.
*/

export function Layout() {
const { user } = useAuth();

Expand Down

0 comments on commit 3f46ff9

Please sign in to comment.