Skip to content

Commit

Permalink
Clean up import in NavbarDesktop.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Standen <[email protected]>
  • Loading branch information
rioredwards and timbot1789 committed Oct 6, 2023
1 parent b536a80 commit de37fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar/NavbarDesktop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { useTheme } from '@mui/material/styles';
// Component Imports
import NavbarLinks from './NavbarLinks';
import NavMenu from './NavMenu';
import { MessageContext, SignedInUserContext } from '../../contexts';
import { MessageContext, SignedInUserContext } from '@contexts';

/**
* NavbarDesktop Component - Component that generates Navbar section for PASS
Expand Down

0 comments on commit de37fff

Please sign in to comment.