Skip to content

Commit

Permalink
OV-11: - header from app
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy4 committed Aug 20, 2024
1 parent 617444e commit cc693ce
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions frontend/src/app/app.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import reactLogo from '~/assets/img/react.svg';
import {
Header,
Link,
RouterOutlet,
} from '~/bundles/common/components/components.js';
import { Link, RouterOutlet } from '~/bundles/common/components/components.js';
import { AppRoute } from '~/bundles/common/enums/enums.js';
import {
useAppDispatch,
Expand Down Expand Up @@ -31,11 +27,6 @@ const App: React.FC = () => {

return (
<>
{pathname === AppRoute.SIGN_UP ||
pathname === AppRoute.SIGN_IN ? null : (
<Header />
)}

<img src={reactLogo} width="30" alt="logo" />

<ul>
Expand Down

0 comments on commit cc693ce

Please sign in to comment.