feat(WEB-154): my profile view
This commit is contained in:
9
components/Modal/Title/index.tsx
Normal file
9
components/Modal/Title/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import styles from "./title.module.css"
|
||||
|
||||
export default function Title({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<h1 className={styles.heading}>
|
||||
{children}
|
||||
</h1>
|
||||
)
|
||||
}
|
||||
1
components/Modal/Title/title.module.css
Normal file
1
components/Modal/Title/title.module.css
Normal file
@@ -0,0 +1 @@
|
||||
.heading {}
|
||||
Reference in New Issue
Block a user