mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-18 07:58:57 +00:00
오타 수정
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
import { Modal } from "$lib/components";
|
||||
import { Button } from "$lib/components/buttons";
|
||||
import { TextInput } from "$lib/components/inputs";
|
||||
import type { SelectedDiretoryEntry } from "./+page.svelte";
|
||||
import type { SelectedDirectoryEntry } from "./+page.svelte";
|
||||
|
||||
interface Props {
|
||||
isOpen: boolean;
|
||||
selectedEntry: SelectedDiretoryEntry | undefined;
|
||||
selectedEntry: SelectedDirectoryEntry | undefined;
|
||||
}
|
||||
|
||||
let { isOpen = $bindable(), selectedEntry = $bindable() }: Props = $props();
|
||||
|
||||
Reference in New Issue
Block a user