wip: adds frontend view
This commit is contained in:
parent
33f87c61e8
commit
25798928d0
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
import UserInterfaceRoot from "components/userInterface/UserInterfaceRoot.svelte"
|
||||
</script>
|
||||
|
||||
<UserInterfaceRoot />
|
Loading…
Reference in New Issue