page for list of rooms

This commit is contained in:
2026-03-19 00:32:48 +00:00
parent 00d9d4023c
commit 8677176706
7 changed files with 83 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
import { createApp } from 'vue'
import { createApp } from 'vue';
// import './style.css'
import App from './App.vue'
import App from './App.vue';
import VueCookies from 'vue-cookies';
createApp(App).mount('#app')
createApp(App).use(VueCookies).mount('#app');