This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
esp-projekt/src/main.ts
Esad Mustafoski b8c12ccc79 Template Commit
2024-10-31 13:37:02 +01:00

6 lines
111 B
TypeScript

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