chore(ThemeModal): remove unused imports

This commit is contained in:
sethburkart123
2024-09-17 17:41:33 +10:00
parent 94684a9481
commit d0a7749006
@@ -1,8 +1,7 @@
<script lang="ts"> <script lang="ts">
import type { Theme } from '@/svelte-interface/types/Theme' import type { Theme } from '@/svelte-interface/types/Theme'
import { fade } from 'svelte/transition'; import { fade } from 'svelte/transition';
import { animate, spring } from 'motion' import { animate, spring } from 'motion';
import { delay } from '@/seqta/utils/delay'
let { theme, currentThemes, setDisplayTheme, onInstall, onRemove, allThemes, displayTheme } = $props<{ let { theme, currentThemes, setDisplayTheme, onInstall, onRemove, allThemes, displayTheme } = $props<{
theme: Theme | null; theme: Theme | null;