From f9d8b7a5a402e19b0cb16fd937e0f19c43a6e699 Mon Sep 17 00:00:00 2001 From: Fregante Date: Tue, 19 May 2020 22:52:08 +0200 Subject: Meta: Reorganize utility functions (#3110) --- source/features/patch-diff-links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/patch-diff-links.tsx') 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(/\/$/, ''); -- cgit v1.2.3