Cleanup + add remaining utils

This commit is contained in:
Adhiraj Singh
2021-07-12 23:50:08 +05:30
parent 89cf8004e9
commit 71e34fc5f8
15 changed files with 234 additions and 74 deletions

View File

@@ -1,2 +1,2 @@
import inMemoryStore from "./in-memory-store";
export default inMemoryStore
import makeInMemoryStore from './in-memory-store'
export { makeInMemoryStore }