diff --git a/frontend/src/lib/components/SavedInputsV2.svelte b/frontend/src/lib/components/SavedInputsV2.svelte index e594147f90..6e7874fe4f 100644 --- a/frontend/src/lib/components/SavedInputsV2.svelte +++ b/frontend/src/lib/components/SavedInputsV2.svelte @@ -6,6 +6,8 @@ import { Pane, Splitpanes } from 'svelte-splitpanes' import Section from '$lib/components/Section.svelte' import SaveInputsButton from '$lib/components/SaveInputsButton.svelte' + import { Button } from './common' + import { ExternalLink } from 'lucide-svelte' const dispatch = createEventDispatcher() export let scriptHash: string | null = null @@ -89,6 +91,19 @@
+ + +