Portfolio/src/main.ts
Matthew L McPeak f2251380ec
Some checks failed
ci / build (push) Failing after 14s
ci / publish (push) Has been skipped
Inital Commit
2026-06-18 11:34:29 -04:00

5 lines
126 B
TypeScript

import { createApp } from 'vue'
import App from './App.vue'
import './assets/styles/styles.css'
createApp(App).mount('#app')