Passed
Push — main ( 138250...e8f777 )
by LCS
03:07
created

QRGenerator.tsx ➔ QRGenerator   A

Complexity

Conditions 1

Size

Total Lines 3
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 3
rs 10
c 0
b 0
f 0
cc 1
1
import React from "react";
2
3
export default function QRGenerator() {
4
  return <div>QRGenerator</div>;
5
}