chore: Remove unused imports/style declaration (#237)

This commit is contained in:
Kendell R
2024-04-28 13:34:53 -07:00
committed by GitHub
parent 9275193333
commit abdf24f34a
4 changed files with 0 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
<script lang="ts">
import { fade } from 'svelte/transition';
import { quadInOut } from 'svelte/easing';
import { disableScrollHandling } from '$app/navigation';
export let modalOpen = false;
export let fullscreen = false;
export let notDismissible = false;