mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
7 lines
113 B
Vue
7 lines
113 B
Vue
<template>
|
|
<div id="dashboard"></div>
|
|
</template>
|
|
|
|
<script setup></script>
|
|
|
|
<style lang="scss" scoped></style>
|