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/discussion-links-on-repo-lists.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/features/discussion-links-on-repo-lists.tsx') diff --git a/source/features/discussion-links-on-repo-lists.tsx b/source/features/discussion-links-on-repo-lists.tsx index deabb086..4c633638 100644 --- a/source/features/discussion-links-on-repo-lists.tsx +++ b/source/features/discussion-links-on-repo-lists.tsx @@ -4,8 +4,8 @@ import IssueIcon from 'octicon/issue-opened.svg'; import * as pageDetect from 'github-url-detection'; import PullRequestIcon from 'octicon/git-pull-request.svg'; -import features from '../libs/features'; -import observeElement from '../libs/simplified-element-observer'; +import features from '.'; +import observeElement from '../helpers/simplified-element-observer'; function init(): void { const repositories = select.all([ -- cgit v1.2.3