Move toplevel views into views/

This commit is contained in:
Johannes Zellner
2025-01-21 17:08:09 +01:00
parent 2ac3c1fe6e
commit dfcaacee80
8 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import '@fontsource/noto-sans';
import { tooltip, fallbackImage } from 'pankow';
import i18n from './i18n.js';
import Index from './components/Index.vue';
import Index from './Index.vue';
import './style.css';