signup.tsx 157 Bytes
Newer Older
Lee Soobeom's avatar
Lee Soobeom committed
1
2
3
4
import React from "react";

export default function Signup() {
    return (
Kim, MinGyu's avatar
Kim, MinGyu committed
5
6
7
8
      <div>
        signup page
          
      </div> // Signup Page
Lee Soobeom's avatar
Lee Soobeom committed
9
10
    );
  }