feat: renamed tool pages + qr code generator tool page implemented with output as Image & instant download

This commit is contained in:
theoleuthardt 2025-02-20 23:20:38 +01:00
parent 3d3f56991b
commit 0833ce98b8
5 changed files with 123 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import Navbar from "../../components/Navbar";
import Footer from "../../components/Footer";
import Button from "../../components/Button";
export default function DocConverter() {
export default function TMZConverter() {
const [loading, setLoading] = useState(false);
const [convertedTMZ, setConvertedTMZ] = useState("");