mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-11 00:09:28 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
import { createApp } from 'vue'
|
|
import App from './App.vue'
|
|
import './style.css'
|
|
|
|
createApp(App).mount('#app')
|