[refactor] header in one

This commit is contained in:
kwaroran
2023-05-17 15:19:53 +09:00
parent 2d45a74470
commit 8224a256ca
5 changed files with 7 additions and 4 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.10.0'
export let appVer = '1.10.1'
export function setDatabase(data:Database){