first commit
This commit is contained in:
13
app/login/page.tsx
Normal file
13
app/login/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
"use client";
|
||||
|
||||
import SignIn from "@/app/components/SignInClient";
|
||||
|
||||
export default function Test() {
|
||||
|
||||
|
||||
return (
|
||||
<div>
|
||||
<SignIn/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user