import React from "react"; import "tailwindcss/tailwind.css"; // type LoginProps = { // }; const LoginPage = () => (
); export default LoginPage;