aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui')
-rw-r--r--src/components/ui/AppLoader/index.tsx2
-rw-r--r--src/components/ui/Link.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ui/AppLoader/index.tsx b/src/components/ui/AppLoader/index.tsx
index e80371e47..caa7e381d 100644
--- a/src/components/ui/AppLoader/index.tsx
+++ b/src/components/ui/AppLoader/index.tsx
@@ -3,7 +3,7 @@ import classnames from 'classnames';
3 3
4import injectStyle from 'react-jss'; 4import injectStyle from 'react-jss';
5import FullscreenLoader from '../FullscreenLoader'; 5import FullscreenLoader from '../FullscreenLoader';
6import { shuffleArray } from '../../../helpers/array-helpers'; 6import shuffleArray from '../../../helpers/array-helpers';
7 7
8import styles from './styles'; 8import styles from './styles';
9 9
diff --git a/src/components/ui/Link.js b/src/components/ui/Link.js
index 05d511a81..5ab19bf74 100644
--- a/src/components/ui/Link.js
+++ b/src/components/ui/Link.js
@@ -5,7 +5,7 @@ import { RouterStore } from 'mobx-react-router';
5import classnames from 'classnames'; 5import classnames from 'classnames';
6 6
7import { oneOrManyChildElements } from '../../prop-types'; 7import { oneOrManyChildElements } from '../../prop-types';
8import { matchRoute } from '../../helpers/routing-helpers'; 8import matchRoute from '../../helpers/routing-helpers';
9import { openExternalUrl } from '../../helpers/url-helpers'; 9import { openExternalUrl } from '../../helpers/url-helpers';
10 10
11// Should this file be converted into the coding style similar to './toggle/index.tsx'? 11// Should this file be converted into the coding style similar to './toggle/index.tsx'?