Test Failed
Pull Request — master (#365)
by
unknown
06:46
created

modules/home/consts/initState.js

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 6
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
wmc 0
eloc 5
mnd 0
bc 0
fnc 0
dl 0
loc 6
ccs 0
cts 3
cp 0
bpm 0
cpm 0
noi 0
c 0
b 0
f 0
1
import { HOME } from '~/modules/home/consts/pages'
2
import { EN } from '~/modules/home/consts/langs'
3
4
export const INIT_NAV_CONTENT_SHOW = false
5
export const INIT_SELECTED_PAGE = HOME
6
export const INIT_SELECTED_LANG = EN
7