chore: format code
This commit is contained in:
@@ -13,7 +13,7 @@ export const useStoreProvider = () => {
|
||||
return storeEvent
|
||||
}
|
||||
|
||||
const storeKeys = new Map<string, Symbol>()
|
||||
const storeKeys = new Map<string, symbol>()
|
||||
|
||||
const getStoreKey = (key: string) => {
|
||||
let storeKey = storeKeys.get(key)
|
||||
|
||||
Reference in New Issue
Block a user