aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/src/stores/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'uidev/src/stores/index.ts')
-rw-r--r--uidev/src/stores/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/uidev/src/stores/index.ts b/uidev/src/stores/index.ts
new file mode 100644
index 000000000..276058ec4
--- /dev/null
+++ b/uidev/src/stores/index.ts
@@ -0,0 +1,5 @@
1import { storyStore } from './stories';
2
3export const store = {
4 stories: storyStore,
5};