mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-19 22:18:03 +00:00
App menu
This commit is contained in:
9
frontend/src/organisms/about/index.svelte
Normal file
9
frontend/src/organisms/about/index.svelte
Normal file
@ -0,0 +1,9 @@
|
||||
<script>
|
||||
import Modal from '../../components/modal.svelte';
|
||||
|
||||
export let show = false;
|
||||
</script>
|
||||
|
||||
<Modal bind:show>
|
||||
about...
|
||||
</Modal>
|
Reference in New Issue
Block a user