Skeleton: Remove unused imports
This commit is contained in:
@ -5,14 +5,12 @@
|
|||||||
import type { LayoutData } from "./$types";
|
import type { LayoutData } from "./$types";
|
||||||
import { page } from "$app/stores";
|
import { page } from "$app/stores";
|
||||||
|
|
||||||
import { Button, MenuDrawerIcon, UserIcon, Input, PasswordIcon, Card } from "$lib/components";
|
import { Button, MenuDrawerIcon, UserIcon, Input, PasswordIcon } from "$lib/components";
|
||||||
import { get_avatar_preview_event_handler, get_image_preview_event_handler } from "$lib/image";
|
import { get_avatar_preview_event_handler } from "$lib/image";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
AppBar,
|
AppBar,
|
||||||
popup,
|
|
||||||
storePopup,
|
storePopup,
|
||||||
type PopupSettings,
|
|
||||||
initializeStores,
|
initializeStores,
|
||||||
Drawer,
|
Drawer,
|
||||||
getDrawerStore,
|
getDrawerStore,
|
||||||
|
|||||||
Reference in New Issue
Block a user