Widget: prevent circular imports
This commit is contained in:
parent
6968c6bf40
commit
5a4ad706cf
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
import React from 'react';
|
||||
|
||||
import { Stack, HStack, Text, IconButton } from 'soapbox/components/ui';
|
||||
import { Text, IconButton } from 'soapbox/components/ui';
|
||||
import HStack from 'soapbox/components/ui/hstack/hstack';
|
||||
import Stack from 'soapbox/components/ui/stack/stack';
|
||||
|
||||
interface IWidgetTitle {
|
||||
title: string | React.ReactNode,
|
||||
|
|
Loading…
Reference in a new issue