summaryrefslogtreecommitdiff
path: root/source/features/patch-diff-links.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/patch-diff-links.tsx')
-rw-r--r--source/features/patch-diff-links.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx
index eb4aca1d..be78f975 100644
--- a/source/features/patch-diff-links.tsx
+++ b/source/features/patch-diff-links.tsx
@@ -3,7 +3,7 @@ import React from 'dom-chef';
import select from 'select-dom';
import * as pageDetect from 'github-url-detection';
-import features from '../libs/features';
+import features from '.';
function init(): void {
let commitUrl = location.pathname.replace(/\/$/, '');