feat(WEB-154): my profile view
This commit is contained in:
11
components/MyProfile/Password/index.tsx
Normal file
11
components/MyProfile/Password/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import Card from "@/components/MyProfile/Card"
|
||||
|
||||
import styles from "./password.module.css"
|
||||
|
||||
export default function Password() {
|
||||
return (
|
||||
<Card className={styles.container}>
|
||||
<Card.Title level="h2" uppercase>Password</Card.Title>
|
||||
</Card>
|
||||
)
|
||||
}
|
||||
5
components/MyProfile/Password/password.module.css
Normal file
5
components/MyProfile/Password/password.module.css
Normal file
@@ -0,0 +1,5 @@
|
||||
.container {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
Reference in New Issue
Block a user