refactor: change name

This commit is contained in:
Acbox
2026-01-10 00:53:07 +08:00
parent ec01c6fd5e
commit 00e232af90
21 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { RouterView } from 'vue-router'
import { Alert, Button } from '@byteagent/ui'
import { Alert, Button } from '@memohome/ui'
</script>
<template>
+1 -1
View File
@@ -4,7 +4,7 @@ import App from './App.vue'
import router from './router'
import { createPinia } from 'pinia'
import i18n from './i18n'
import '@byteagent/ui/style.css'
import '@memohome/ui/style.css'
createApp(App)
.use(createPinia())