mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
12 lines
137 B
Vue
12 lines
137 B
Vue
<template><div /></template>
|
|
|
|
<script setup lang="ts">
|
|
definePageMeta({
|
|
layout: "admin",
|
|
});
|
|
|
|
useHead({
|
|
title: "Home",
|
|
});
|
|
</script>
|