documentation - add emojis

This commit is contained in:
isUnknown 2024-07-11 14:38:06 +02:00
parent c9a2a971f1
commit 93b0c13ac3
2 changed files with 10 additions and 10 deletions

View file

@ -3,9 +3,9 @@
</template>
<script setup>
import home from "./views/Home.vue";
import { useApiStore } from "./stores/api";
import { ref } from "vue";
import home from "./views/Home.vue";
const components = {
home,