Skip to content

Commit

Permalink
fix: storybook import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TomatoVan committed Dec 13, 2023
1 parent 3b46adc commit 0dbf323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/entities/Profile/ui/ProfileCard/ProfileCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Input } from 'shared/ui/Input/Input';
import { Loader } from 'shared/ui/Loader/Loader';
import { Avatar } from 'shared/ui/Avatar/Avatar';
import { Select } from 'shared/ui/Select/Select';
import { Country, CountrySelect } from 'entities/Country';
import { Country, CountrySelect } from '../../../Country';
import { Currency, CurrencySelect } from '../../../Currency';
import { Profile } from '../../model/types/profile';
import cls from './ProfileCard.module.scss';
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/Sidebar/ui/SidebarItem/SidebarItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AppLink, AppLinkTheme } from 'shared/ui/AppLink/AppLink';
import { memo } from 'react';
import { classNames } from 'shared/lib/classNames/classNames';
import { useSelector } from 'react-redux';
import { getUserAuthData } from 'entities/User';
import { getUserAuthData } from '../../../../entities/User';
import { SidebarItemType } from '../../model/items';
import cls from './SidebarItem.module.scss';

Expand Down

0 comments on commit 0dbf323

Please sign in to comment.