[fix] formating problems

This commit is contained in:
kwaroran
2023-05-24 19:42:18 +09:00
parent abf86873be
commit 80f11b7e03
5 changed files with 9 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import { cloneDeep } from 'lodash';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.16.3'
export let appVer = '1.16.4'
export function setDatabase(data:Database){