diff --git a/src/routes/applications/[id]/previews/index.svelte b/src/routes/applications/[id]/previews/index.svelte index e2da7fe16..2d22cdbe2 100644 --- a/src/routes/applications/[id]/previews/index.svelte +++ b/src/routes/applications/[id]/previews/index.svelte @@ -30,7 +30,6 @@ import Explainer from '$lib/components/Explainer.svelte'; import { errorNotification } from '$lib/form'; import { toast } from '@zerodevx/svelte-toast'; - import BatchSecrets from '../secrets/_BatchSecrets.svelte'; const { id } = $page.params; async function refreshSecrets() { @@ -122,13 +121,13 @@ {/if} -