feat(WEB-167): update my pages layout to MVP wireframes
This commit is contained in:
5
components/MyPages/Blocks/Overview/Stats/Title/index.tsx
Normal file
5
components/MyPages/Blocks/Overview/Stats/Title/index.tsx
Normal file
@@ -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