Card: prevent circular dependencies
This commit is contained in:
parent
caa05b7b7f
commit
1a036ecee0
1 changed files with 3 additions and 1 deletions
|
@ -3,9 +3,11 @@ import React from 'react';
|
|||
import { defineMessages, useIntl } from 'react-intl';
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
import { HStack, Text } from 'soapbox/components/ui';
|
||||
import SvgIcon from 'soapbox/components/ui/icon/svg-icon';
|
||||
|
||||
import HStack from '../hstack/hstack';
|
||||
import Text from '../text/text';
|
||||
|
||||
const sizes = {
|
||||
md: 'p-4 sm:rounded-xl',
|
||||
lg: 'p-4 sm:p-6 sm:rounded-xl',
|
||||
|
|
Loading…
Reference in a new issue