mirror of
https://github.com/MultiMote/niimblue
synced 2026-01-19 19:37:11 +03:00
6 lines
87 B
Svelte
6 lines
87 B
Svelte
<script lang="ts">
|
|
import MainPage from "./MainPage.svelte";
|
|
</script>
|
|
|
|
<MainPage />
|