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, 0 insertions, 5 deletions
diff --git a/uidev/src/stores/index.ts b/uidev/src/stores/index.ts
deleted file mode 100644
index 276058ec4..000000000
--- a/uidev/src/stores/index.ts
+++ /dev/null
@@ -1,5 +0,0 @@
1import { storyStore } from './stories';
2
3export const store = {
4 stories: storyStore,
5};