This commit is contained in:
a-ill
2023-06-24 00:39:41 +03:00
parent 9e8ee05bb6
commit 6cfb2bada8
35 changed files with 1183 additions and 74 deletions

View File

@@ -0,0 +1,24 @@
<svelte:options tag="groups-component" />
<script>
// Import statements
import { onMount } from 'svelte'
// Import components
// Main code
onMount(() => {
})
</script>
<style>
@import '/css/common.css';
</style>