hotfix: local logo

This commit is contained in:
austnv
2026-05-24 01:18:04 +03:00
parent b90949e5f4
commit 5edd56a31f
5 changed files with 10 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
import { createApp } from 'vue'
import App from './App.vue'
import './assets/styles.css'
createApp(App).mount('#app')