1 2 3 4 5
import RegisterPage from '~/pages/register'; export default function Register() { return <RegisterPage />; }