mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-01 17:32:42 +02:00
Initial commit of code
This commit is contained in:
parent
d27b0f7ea2
commit
ba484d3d9a
8 changed files with 8792 additions and 0 deletions
4
src/main.js
Normal file
4
src/main.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
createApp(App).mount('#app')
|
Loading…
Add table
Add a link
Reference in a new issue