removes temps, massive refactor

This commit is contained in:
Matt Hill
2021-06-18 15:27:36 -06:00
parent 402754468c
commit b77571ebb0
19 changed files with 93 additions and 1135 deletions

View File

@@ -1,9 +1,6 @@
export * from './lib/store'
export * from './lib/source/poll-source'
export * from './lib/source/ws-source'
export * from './lib/source/source'
export * from './lib/action-serializer'
export * from './lib/patch-db'
export * from './lib/sequence-store'
export * from './lib/store'
export * from './lib/types'