mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: import path extension
This commit is contained in:
parent
a3cac844a9
commit
3e74d220db
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import * as React from 'react'
|
|||
import Icon from 'components/Icon'
|
||||
import configHelper, { configKeys } from 'utils/configHelper'
|
||||
import keyHelper from 'utils/keyHelper'
|
||||
import { friendlyFormatShortcut } from 'utils/general.js'
|
||||
import { friendlyFormatShortcut } from 'utils/general'
|
||||
import { version } from '../../package.json'
|
||||
|
||||
const wikiLinks = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue