Remove clutter

This commit is contained in:
Andras Schmelczer 2026-02-07 11:17:38 +00:00
parent f794ed7300
commit 1c58dc2fe5
8 changed files with 7 additions and 89 deletions

View file

@ -9,7 +9,7 @@ import EnumBarChart from './EnumBarChart';
import StackedBarChart from './StackedBarChart';
import PriceHistoryChart from './PriceHistoryChart';
import ExternalSearchLinks from './ExternalSearchLinks';
import { InfoIcon, CloseIcon } from './ui/Icons';
import { InfoIcon, CloseIcon } from './ui/icons';
import { IconButton } from './ui/IconButton';
import { FeatureInfoPopup } from './FeatureInfoPopup';
import { EmptyState } from './ui/EmptyState';