chore(frontend): clean up imports + packages

This commit is contained in:
Sam 2023-03-21 15:32:51 +01:00
parent cafebec8ec
commit f790c57447
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
12 changed files with 14 additions and 355 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import { WordStatus, type Field } from "$lib/api/entities";
import IconButton from "$lib/components/IconButton.svelte";
import { Button, Input, InputGroup, InputGroupText } from "sveltestrap";
import { Button, Input, InputGroup } from "sveltestrap";
import FieldEntry from "./FieldEntry.svelte";
export let field: Field;