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

export default function Login() {
    return (
      <div>login page</div> // Login Page
    );
  }