feat: update README for version 0.05.0 and move Select components imports

This commit is contained in:
2026-06-16 14:18:17 +02:00
parent f88dd862bf
commit 3e6d89830b
2 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -13,6 +13,8 @@ import ListItemSubtitle from '../components/ListItem/listItemSubtitle.astro';
import LoadingBar from '../components/LoadingBar/loadingBar.astro';
import NumericStepper from '../components/numericStepper/numericStepper.astro';
import Avatar from '../components/Avatar/avatar.astro';
import Select from '../components/Select/select.astro';
import SelectOption from '../components/Select/selectOption.astro';
import {
Arrow2Icon, BinIcon, BurgerIcon, CalendarIcon, CheckIcon, CloseIcon,
CodeIcon, CubeIcon, DownloadIcon, FilterIcon, HelpIcon, HomeIcon,
@@ -20,8 +22,6 @@ import {
SearchIcon, SettingsIcon, ShareIcon, ShieldIcon, SortIcon, StatsIcon,
UploadIcon,
} from '../components/Icons/index.ts';
import Select from '../components/Select/select.astro';
import SelectOption from '../components/Select/selectOption.astro';
const initialChecked = true;
---