1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 06:14:04 +00:00

Frontend reorganisation

This commit is contained in:
2023-02-14 17:51:00 +01:00
parent f606a4807c
commit 3291bc845f
31 changed files with 165 additions and 148 deletions

View File

@ -1,6 +1,7 @@
import './reset.css';
import './style.css';
import './loading.css';
import './styles/reset.css';
import './styles/style.css';
import './styles/loading.css';
import App from './app.svelte';
import { LogError } from '../wailsjs/runtime/runtime';