about summary refs log tree commit diff
path: root/storybook/initial_state.js
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-07-28 05:30:27 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-27 22:30:27 +0200
commitaa803153e2161f4462d9d26ecd021fe0d2396cc5 (patch)
treebba5c5a09aa68cf6a1d86ffc1849ff9ac7b168c3 /storybook/initial_state.js
parentf2233c3e25bd52388798e5d76311896fa8029413 (diff)
Remove Storybook (#4397)
Diffstat (limited to 'storybook/initial_state.js')
-rw-r--r--storybook/initial_state.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/storybook/initial_state.js b/storybook/initial_state.js
deleted file mode 100644
index 3872586f6..000000000
--- a/storybook/initial_state.js
+++ /dev/null
@@ -1,24 +0,0 @@
-export default {
-  meta: {
-    admin: 1,
-    domain: 'example.com',
-    me: 2,
-  },
-  accounts: {
-    1: {
-      acct: 'admin',
-      avatar: '/avatars/original/missing.png',
-      id: 1,
-      url: 'https://example.com/@admin',
-    },
-    2: {
-      acct: 'user',
-      avatar: '/avatars/original/missing.png',
-      id: 1,
-      url: 'https://example.com/@user',
-    },
-  },
-  media_attachments: {
-    accept_content_types: [],
-  },
-};