diff options
Diffstat (limited to 'source/features/profile-hotkey.tsx')
-rw-r--r-- | source/features/profile-hotkey.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/profile-hotkey.tsx b/source/features/profile-hotkey.tsx index 5fa7e0e5..e8572cd1 100644 --- a/source/features/profile-hotkey.tsx +++ b/source/features/profile-hotkey.tsx @@ -2,8 +2,8 @@ import React from 'dom-chef'; import onetime from 'onetime'; import {isEnterprise} from 'github-url-detection'; -import features from '../feature-manager'; -import {getUsername} from '../github-helpers'; +import features from '../feature-manager.js'; +import {getUsername} from '../github-helpers/index.js'; function init(): void { const profileLink = (isEnterprise() ? location.origin : 'https://github.com') + '/' + getUsername()!; |