SignupPage.tsx 130 Bytes
Newer Older
Lee Soobeom's avatar
Lee Soobeom committed
1
2
3
4
5
6
7
import React from "react";

export default function Signup() {
    return (
      <div>signup page</div> // Signup Page
    );
  }