mirror of
https://github.com/AbaTekNTNU/followspot-psn.git
synced 2025-12-06 13:54:58 +00:00
Add change view button
This commit is contained in:
10
frontend/src/components/Modal.svelte
Normal file
10
frontend/src/components/Modal.svelte
Normal file
@@ -0,0 +1,10 @@
|
||||
<script lang="ts">
|
||||
type Props = {
|
||||
open: boolean;
|
||||
onClose: () => void;
|
||||
};
|
||||
</script>
|
||||
|
||||
<dialog>
|
||||
<div></div>
|
||||
</dialog>
|
||||
Reference in New Issue
Block a user