mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { Register } from '~/components/auth/Register';
|
|
|
|
export default function RegisterPage() {
|
|
return <Register />;
|
|
}
|