5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import React from "react";
|
|
|
|
export default function LoginForm() {
|
|
return <div>LoginForm</div>;
|
|
}
|