1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

wip: adds frontend view

This commit is contained in:
kevmodrome 2020-04-03 11:36:35 +02:00
parent 33f87c61e8
commit 25798928d0

View file

@ -0,0 +1,5 @@
<script>
import UserInterfaceRoot from "components/userInterface/UserInterfaceRoot.svelte"
</script>
<UserInterfaceRoot />