basic tempate of web

This commit is contained in:
2026-06-19 23:55:39 -07:00
parent cef6b487cd
commit 118472945f
172 changed files with 15878 additions and 0 deletions
@@ -0,0 +1,14 @@
<template><div></div></template>
<script setup lang="ts">
import useBreadcrumbs from "@/use/use-breadcrumbs"
useBreadcrumbs("Settings", [
{
title: "Settings",
to: {
name: "administration/SettingsPage",
},
},
])
</script>