aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/delayApp/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/delayApp/index.js')
-rw-r--r--src/features/delayApp/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/delayApp/index.js b/src/features/delayApp/index.js
index a3cce03ee..910b54959 100644
--- a/src/features/delayApp/index.js
+++ b/src/features/delayApp/index.js
@@ -63,5 +63,5 @@ export default function init(stores) {
63 ); 63 );
64} 64}
65 65
66export const component = DelayAppComponent; 66export const Component = DelayAppComponent;
67 67