aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Link.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Link.js')
-rw-r--r--src/components/ui/Link.js2
1 files changed, 1 insertions, 1 deletions
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'?