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

Housekeeping

This commit is contained in:
2023-02-15 19:27:51 +01:00
parent 5f358885a3
commit 838c8d2ffb
38 changed files with 322 additions and 270 deletions

View File

@ -1,5 +1,5 @@
import { UpdateViewStore, Views } from '$wails/go/app/App';
import { get, writable } from 'svelte/store';
import { UpdateViewStore, Views } from '../../../wailsjs/go/app/App';
const { set, subscribe } = writable({});
let skipUpdate = true;