login.tsx 145 Bytes
Newer Older
백승민's avatar
theme1    
백승민 committed
1
2
3
4
5
6
7
import React from "react";

export default function Login() {
    return (
      <div className="text-center">Login</div> // Login Page
    );
};