tagging release w.t.f.

This commit is contained in:
2022-04-20 14:34:09 +02:00
parent bfbd2fa77c
commit d2f30a1569
4 changed files with 25 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ export default function Home() {
const { data: session } = useSession();
const [selectedIndex, setSelectedIndex] = useState(0);
const [tabs] = useState(["auto", "manual"]);
const [realTabs] = useState([Generator, Manual]);
//const [realTabs] = useState([Generator, Manual]);
if (session) {
return (