project setup
This commit is contained in:
parent
85a8bf6903
commit
7771bd92d2
1 changed files with 5 additions and 0 deletions
5
components/auth/LoginForm.tsx
Normal file
5
components/auth/LoginForm.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
|
export default function LoginForm() {
|
||||||
|
return <div>LoginForm</div>;
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue