chrore: export from components

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-05 16:33:24 +02:00
parent 76eaaf3154
commit 0d91710f44
2 changed files with 2 additions and 1 deletions
@@ -48,3 +48,4 @@ export * from './TabbedLayout';
export * from './Table';
export * from './TrendLine';
export * from './WarningPanel';
export * from './FavoriteToggle';
@@ -61,6 +61,7 @@ import {
FiltersContainerClassKey,
TableClassKey,
WarningPanelClassKey,
FavoriteToggleIconClassKey,
} from './components';
import {
@@ -91,7 +92,6 @@ import {
BoldHeaderClassKey,
CardTabClassKey,
} from './layout';
import { FavoriteToggleIconClassKey } from './components/FavoriteToggle/FavoriteToggle';
type BackstageComponentsNameToClassKey = {
BackstageAvatar: AvatarClassKey;