pl-fe: Remove more barrel exports

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-20 01:10:05 +02:00
parent bbbf6563c5
commit 512a28eafd
116 changed files with 335 additions and 152 deletions

View File

@ -12,7 +12,8 @@ import Input from 'pl-fe/components/ui/input';
import Stack from 'pl-fe/components/ui/stack';
import Text from 'pl-fe/components/ui/text';
import Textarea from 'pl-fe/components/ui/textarea';
import { useAppDispatch, useOwnAccount } from 'pl-fe/hooks';
import { useAppDispatch } from 'pl-fe/hooks/useAppDispatch';
import { useOwnAccount } from 'pl-fe/hooks/useOwnAccount';
import { getBaseURL } from 'pl-fe/utils/accounts';
import type { Token } from 'pl-api';