1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 22:18:03 +00:00
This commit is contained in:
2023-01-20 16:27:51 +01:00
parent 6c77941ae9
commit 544f7d6d8b
6 changed files with 67 additions and 11 deletions

View File

@ -0,0 +1,9 @@
<script>
import Modal from '../../components/modal.svelte';
export let show = false;
</script>
<Modal bind:show>
about...
</Modal>