Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil307 committed Aug 24, 2023
1 parent 0acd073 commit d4381eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widgets/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import roomsFormState from '../../pages/Lobby/store/roomsFormState.ts';
import roomsState from '../../pages/Lobby/store/roomsState.ts';
import editIcon from '../../../public/icons/edit.svg';
import navbarState from '../../pages/Lobby/store/navbarState.ts';
import socket from '../../pages/Lobby/store/socket.ts';
import { useAuth0 } from "@auth0/auth0-react";

const Container = styled.div`
display: flex;
Expand Down

0 comments on commit d4381eb

Please sign in to comment.