feat: create confirm user page, option to resend email if link expires

This commit is contained in:
Aaron William Po
2023-05-29 15:51:59 -04:00
parent bc298bce0e
commit 06ae380b8f
9 changed files with 210 additions and 41 deletions

View File

@@ -1,6 +1,5 @@
import { FC } from "react"
import { FC } from 'react';
const UserInfoPage: FC = () => null
const UserInfoPage: FC = () => null;
export default UserInfoPage
export default UserInfoPage;