Skip to content

Commit

Permalink
fix(header): use correct type import path
Browse files Browse the repository at this point in the history
  • Loading branch information
undrcrxwn committed Jan 2, 2024
1 parent acf7b07 commit c9ca2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {useUnit} from 'effector-react';

import {User} from '~/shared/api';
import {User} from '~/shared/api/types';
import {routes} from '~/shared/routes';
import {$user} from '~/shared/session';
import {Button, ButtonVariant, Input, Link, LinkVariant} from '~/shared/ui';
Expand Down

0 comments on commit c9ca2a4

Please sign in to comment.