mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: renamed tool pages + qr code generator tool page implemented with output as Image & instant download
This commit is contained in:
parent
3d3f56991b
commit
0833ce98b8
5 changed files with 123 additions and 3 deletions
|
|
@ -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("");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue