Skip to content

Commit

Permalink
Removed Comment from Layout.jsx
Browse files Browse the repository at this point in the history
Removed completed TODO comment from Layout.jsx
  • Loading branch information
DevinaG007 authored Feb 7, 2024
1 parent 0b0422f commit 8cf6c70
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 { useAuth, SignInButton, SignOutButton } 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();
return (
Expand Down

0 comments on commit 8cf6c70

Please sign in to comment.