add generator url

This commit is contained in:
Janis
2023-11-05 17:40:16 +01:00
parent ed78b23bb1
commit e2a8472cf9
2 changed files with 9 additions and 1 deletions

5
src/Generator.tsx Normal file
View File

@@ -0,0 +1,5 @@
import React from "react";
export default function Generator() {
return <div>Generator</div>;
}