Skip to content

Commit

Permalink
condensed imports in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
arandel1 committed Aug 19, 2024
1 parent be4c03f commit b76f6b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/Layout.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Outlet } from 'react-router-dom';
import { NavLink } from 'react-router-dom';
import { Outlet, NavLink } from 'react-router-dom';

import './Layout.css';
import { useAuth, SignInButton, SignOutButton } from '../api';
Expand Down

0 comments on commit b76f6b1

Please sign in to comment.