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