mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
added todos
This commit is contained in:
parent
23b8b816dd
commit
06924775a3
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
import { versionedStoreBuilder } from './base.js';
|
import { versionedStoreBuilder } from './base.js';
|
||||||
|
|
||||||
|
// TODO implement watched store
|
||||||
|
// TODO implement the store into the rest of the codebase
|
||||||
export const store = versionedStoreBuilder()
|
export const store = versionedStoreBuilder()
|
||||||
.setKey('test-store')
|
.setKey('test-store')
|
||||||
.addVersion({
|
.addVersion({
|
||||||
|
|
Loading…
Reference in a new issue