Add a unified setup view stylesheet

This commit is contained in:
Johannes Zellner
2025-08-07 16:21:29 +02:00
parent 1d98c76c90
commit 2056015fa2
7 changed files with 27 additions and 83 deletions
+1
View File
@@ -6,6 +6,7 @@ import i18n from './i18n.js';
import SetupView from './views/SetupView.vue';
import './style.css';
import './setup.css';
(async function init() {
const app = createApp(SetupView);