Skip to content

Commit e8f7778

Browse files
authored
Fixed tools not module
1 parent 138250f commit e8f7778

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/tools/QRGenerator.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import React from "react";
2+
3+
export default function QRGenerator() {
4+
return <div>QRGenerator</div>;
5+
}

src/tools/UnitConverter.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import React from "react";
2+
3+
export default function UnitConverter() {
4+
return <div>UnitConverter</div>;
5+
}

0 commit comments

Comments
 (0)