refactor: add typescript support to project
This commit is contained in:
@@ -2,8 +2,6 @@ import { Outlet } from "react-router-dom";
|
||||
import StyledWrapper from "./styled";
|
||||
|
||||
export default function RegContainer() {
|
||||
// const isRegHome = useMatch(`/register`);
|
||||
|
||||
return (
|
||||
<StyledWrapper>
|
||||
<div className="form">
|
||||
|
||||
Reference in New Issue
Block a user