summaryrefslogtreecommitdiff
path: root/source/features/profile-gists-link.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/profile-gists-link.tsx')
-rw-r--r--source/features/profile-gists-link.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/profile-gists-link.tsx b/source/features/profile-gists-link.tsx
index 5f124862..bf2c29aa 100644
--- a/source/features/profile-gists-link.tsx
+++ b/source/features/profile-gists-link.tsx
@@ -4,6 +4,7 @@ import cache from 'webext-storage-cache';
import select from 'select-dom';
import elementReady from 'element-ready';
import * as pageDetect from 'github-url-detection';
+
import * as api from '../libs/api';
import features from '../libs/features';
import {getCleanPathname} from '../libs/utils';