Skip to content

Commit

Permalink
updated nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
lizaklimova committed Jan 28, 2024
1 parent c6fa967 commit 38db9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC, lazy, LazyExoticComponent, ComponentType, useEffect } from 'react';
import { Routes, Route, NavLink } from 'react-router-dom';
import { Routes, Route } from 'react-router-dom';
import { useDispatch } from 'react-redux';
import { Toaster } from 'react-hot-toast';
import { ThemeProvider } from 'styled-components';
Expand Down

0 comments on commit 38db9f6

Please sign in to comment.