Skip to content

Commit 32a858b

Browse files
committed
fixed an import
1 parent 66bbb37 commit 32a858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import * as tabs from './tabs'
6767
import * as utils from './utils'
6868
import * as login from './login/login'
6969
import * as widgets from './widgets/index'
70-
import { versionInfo } from './versionInfo'
70+
import versionInfo from './versionInfo'
7171
import { initHeader } from './header'
7272
import { initFooter } from './footer'
7373
import * as createTypes from './create/types'

0 commit comments

Comments
 (0)