Remove old reference for starfall.css

This commit is contained in:
Johannes Zellner
2025-08-18 10:37:59 +02:00
parent eb10d0d8d0
commit 438fdaa1b1

View File

@@ -7,7 +7,6 @@ import SetupView from './views/SetupView.vue';
import './style.css';
import './setup.css';
import './starfall.css';
(async function init() {
const app = createApp(SetupView);