entry code

This commit is contained in:
2026-01-08 20:30:31 +00:00
parent 8036367bf6
commit 8fb35222ac
4 changed files with 65 additions and 39 deletions

View File

@@ -1,3 +1,13 @@
<template></template>
<script setup>
import Wip from "@/components/quick/Wip.vue";
</script>
<script></script>
<template>
<main class="center-content flex-col">
<div
class="a4page-portrait center-content bdr-1 flex-col relative scroll-y"
>
<Wip />
</div>
</main>
</template>