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

Started work on loading indicator...

This commit is contained in:
2023-02-14 16:18:35 +01:00
parent c8ac910de4
commit f606a4807c
5 changed files with 71 additions and 3 deletions

View File

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