aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/delayApp/Component.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/delayApp/Component.js')
-rw-r--r--src/features/delayApp/Component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/delayApp/Component.js b/src/features/delayApp/Component.js
index 81f89bc52..4ea37f88d 100644
--- a/src/features/delayApp/Component.js
+++ b/src/features/delayApp/Component.js
@@ -6,7 +6,7 @@ import injectSheet from 'react-jss';
6 6
7import { Button } from '@meetfranz/forms'; 7import { Button } from '@meetfranz/forms';
8 8
9import { config } from '.'; 9import { config } from './constants';
10import styles from './styles'; 10import styles from './styles';
11import UserStore from '../../stores/UserStore'; 11import UserStore from '../../stores/UserStore';
12 12