You've already forked AstralRinth
forked from didirus/AstralRinth
GUI initial commit
This commit is contained in:
11
theseus_gui/src/routes/__layout.svelte
Normal file
11
theseus_gui/src/routes/__layout.svelte
Normal file
@@ -0,0 +1,11 @@
|
||||
<script lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
9
theseus_gui/src/routes/index.svelte
Normal file
9
theseus_gui/src/routes/index.svelte
Normal file
@@ -0,0 +1,9 @@
|
||||
<script lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<h1>Modrinth</h1>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user