Card: prevent circular dependencies

environments/review-cycles-tes4uv/deployments/3862
Alex Gleason 2023-09-16 05:52:04 -05:00
rodzic caa05b7b7f
commit 1a036ecee0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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