feat(WEB-167): update my pages layout to MVP wireframes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import styles from "./title.module.css"
|
||||
|
||||
export default function Title({ children }: React.PropsWithChildren) {
|
||||
return <h4 className={styles.title}>{children}</h4>
|
||||
}
|
||||
Reference in New Issue
Block a user