Init
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import Labyrinth from './components/Labyrinth.vue';
|
||||
import Offcanvas from './components/Offcanvas.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<Labyrinth />
|
||||
<Offcanvas />
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user