Lib: Remove LazyDropdown
It was identical to "Dropdown" after removing the non-lazy "Image" component
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user