Card: prevent circular dependencies

This commit is contained in:
Alex Gleason 2023-09-16 05:52:04 -05:00
parent caa05b7b7f
commit 1a036ecee0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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',