Made changes to CSS and merged together.

This commit is contained in:
2025-12-17 22:50:13 -05:00
parent 6d506fc636
commit 2402645911
29 changed files with 764 additions and 1396 deletions

View File

@@ -1,6 +1,9 @@
import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import '@/assets/actions-shared.css'
import '@/assets/layout-shared.css'
import '@/assets/button-shared.css'
const app = createApp(App)