温华:暂时修复打包失败问题
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { createSlice } from '@reduxjs/toolkit'
|
||||
|
||||
type CacheKey = string
|
||||
// type CacheKey = string
|
||||
|
||||
type CacheVal = any
|
||||
// type CacheVal = any
|
||||
|
||||
const initCache = new Map<CacheKey, CacheVal>([])
|
||||
// const initCache = new Map<CacheKey, CacheVal>([])
|
||||
|
||||
// 创建一个slice
|
||||
export const cacheSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user