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