Lib: Remove LazyDropdown

It was identical to "Dropdown" after removing the non-lazy "Image"
component
This commit is contained in:
2024-12-27 19:44:05 +01:00
parent bcd8f3dfb5
commit 65f60ec6b1
4 changed files with 4 additions and 176 deletions

View File

@ -5,7 +5,6 @@ import Table from "./Table.svelte";
import Button from "./form/Button.svelte";
import Dropdown from "./form/Dropdown.svelte";
import Input from "./form/Input.svelte";
import LazyDropdown from "./form/LazyDropdown.svelte";
import Search from "./form/Search.svelte";
import Card from "./cards/Card.svelte";
@ -16,7 +15,6 @@ import SubstitutionCard from "./cards/SubstitutionCard.svelte";
import TeamCard from "./cards/TeamCard.svelte";
import type { DropdownOption } from "./form/Dropdown";
import type { LazyDropdownOption } from "./form/LazyDropdown";
import type { TableColumn } from "./Table";
import MenuDrawerIcon from "./svg/MenuDrawerIcon.svelte";
@ -33,7 +31,6 @@ export {
Button,
Dropdown,
Input,
LazyDropdown,
Search,
// Cards
@ -46,7 +43,6 @@ export {
// Types
type DropdownOption,
type LazyDropdownOption,
type TableColumn,
// SVG