Fix bug
This commit is contained in:
parent
25981c15db
commit
dd85278d54
5 changed files with 44 additions and 43 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import i18n from './i18n';
|
||||
import consts from './consts';
|
||||
import base64 from './base64';
|
||||
import themeColor from './theme-color';
|
||||
import tag from './tag';
|
||||
|
|
@ -8,7 +7,6 @@ import typescript from './typescript';
|
|||
|
||||
export default (lang, locale) => [
|
||||
i18n(lang, locale),
|
||||
consts(lang),
|
||||
base64(),
|
||||
themeColor(),
|
||||
tag(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue