src/pages/not-found/index.tsx
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 2
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 1
mnd 0
bc 0
fnc 0
dl 0
loc 2
bpm 0
cpm 0
noi 3
c 0
b 0
f 0
1
export const NotFound = () => <div>NotFound</div>
0 ignored issues
show
introduced by
Function component is not a function declaration
Loading history...
introduced by
JSX not allowed in files with extension '.tsx'
Loading history...
introduced by
NotFound must be placed on a new line
Loading history...
2