import React from "react"; import "tailwindcss/tailwind.css"; type LoginProps = { }; const LoginPage = ({ }: LoginProps) => (
로그인페이지
); export default LoginPage;