mirror of
https://github.com/Discreetly/frontend.git
synced 2026-01-08 20:38:04 -05:00
6 lines
86 B
Svelte
6 lines
86 B
Svelte
<script lang="ts">
|
|
import JoinMore from './JoinMore.svelte';
|
|
</script>
|
|
|
|
<JoinMore />
|