Skip to content

Commit

Permalink
Update NavbarNavigation.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Apr 9, 2024
1 parent 57b4311 commit c7a50be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/client/src/components/Layout/NavbarNavigation.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import classNames from 'classnames';
import { useContext } from 'react';
import { Link } from 'react-router-dom';
import { UserContext } from '../../context/UserContext';
import UserInfo from '../UserInfo';

export type NavigationLinks = 'features' | 'login' | 'register' | 'demo' | 'github';

Expand Down

0 comments on commit c7a50be

Please sign in to comment.