Vben
2021-04-10 215d8bab380728164d7fe2958c2d2d1151fce892
src/utils/cache/persistent.ts
@@ -1,6 +1,5 @@
import type { LockInfo, UserInfo } from '/@/store/types';
import { ProjectConfig } from '/#/config';
import type { LockInfo, UserInfo } from '/#/store';
import type { ProjectConfig } from '/#/config';
import { createLocalStorage, createSessionStorage } from '/@/utils/cache';
import { Memory } from './memory';