Skip to content

Commit 08989b7

Browse files
authored
Update commandCenter.svelte
1 parent bab1c5a commit 08989b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/commandCenter/commandCenter.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts" context="module">
22
type Context = Readable<{
33
isInitialPanel: boolean;
4-
open: boolean
4+
open: boolean;
55
}>;
66
type ReadableValue<T> = T extends Readable<infer U> ? U : never;
77

0 commit comments

Comments
 (0)