add ProfilePage
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import styles from "./ProfilePage.module.css";
|
||||
import LoginForm from "../../components/form/form.jsx";
|
||||
|
||||
function ProfilePage() {
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<LoginForm />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default ProfilePage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user