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