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