Created seperate hook for signup flow

This commit is contained in:
2022-10-16 19:18:34 +02:00
parent f4eadc34c7
commit a408abdb97
4 changed files with 79 additions and 60 deletions

View File

@@ -2,7 +2,6 @@ import { UserIcon } from "@heroicons/react/24/outline"
import { FC, useState } from "react"
import Button from "../common/Button"
import Input from "../common/Input"
import LoginModal from "../login/LoginModal"
const NavBar: FC = () => {