Assorted code file cleanup following Svelte switch

This commit is contained in:
Keavon Chambers
2023-03-10 15:48:04 -08:00
parent 0c8df9bf51
commit dd458deb32
34 changed files with 61 additions and 60 deletions
@@ -7,7 +7,7 @@
import TextButton from "@/components/widgets/buttons/TextButton.svelte";
import IconLabel from "@/components/widgets/labels/IconLabel.svelte";
import WidgetLayout from "@/components/widgets/WidgetLayout.svelte";
import { type DialogState } from "@/state-providers/dialog";
import type { DialogState } from "@/state-providers/dialog";
const dialog = getContext<DialogState>("dialog");