rename quick to util

This commit is contained in:
2026-02-04 14:07:05 +00:00
parent 941715b6a1
commit 9bd2ea980a
30 changed files with 75 additions and 63 deletions

View File

@@ -0,0 +1,7 @@
<template>
<div class="w-full border-b border-primary">
<h1>
<slot />
</h1>
</div>
</template>