Skip to content

Commit

Permalink
♻️ remove no must code
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Jan 16, 2024
1 parent 06f5946 commit 194376f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 918 deletions.
7 changes: 4 additions & 3 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'
import OnuUI from 'onu-ui'
import App from './App.vue'

import store from './store'
import '@unocss/reset/tailwind.css'
import './styles/main.css'
import 'onu-ui/dist/style.css'
import 'uno.css'

const app = createApp(App)
const pinia = createPinia()

const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
})
pinia.use(piniaPluginPersistedstate)
store.use(piniaPluginPersistedstate)
app.use(router)
app.use(pinia)
app.use(store)
app.use(OnuUI)
app.mount('#app')
Empty file added test/.env.test
Empty file.
3 changes: 0 additions & 3 deletions test/__snapshots__/component.test.ts.snap

This file was deleted.

Loading

0 comments on commit 194376f

Please sign in to comment.