pl-fe: Avoid barrel imports
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@@ -5,7 +5,9 @@ import { defineMessages, useIntl } from 'react-intl';
|
||||
import { hideStatusMedia, revealStatusMedia } from 'pl-fe/actions/statuses';
|
||||
import { useAppDispatch, useSettings } from 'pl-fe/hooks';
|
||||
|
||||
import { Button, HStack, Text } from '../ui';
|
||||
import Button from 'pl-fe/components/ui/button';
|
||||
import HStack from 'pl-fe/components/ui/hstack';
|
||||
import Text from 'pl-fe/components/ui/text';
|
||||
|
||||
import type { Status } from 'pl-fe/normalizers';
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
import { HStack, Text } from '../ui';
|
||||
import HStack from 'pl-fe/components/ui/hstack';
|
||||
import Text from 'pl-fe/components/ui/text';
|
||||
|
||||
interface IStatusInfo {
|
||||
avatarSize: number;
|
||||
|
||||
Reference in New Issue
Block a user