mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-16 06:58:46 +00:00
오타 수정
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<script lang="ts">
|
||||
import { Modal } from "$lib/components";
|
||||
import { Button } from "$lib/components/buttons";
|
||||
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