feat(WEB-250): overview hero final ui
This commit is contained in:
5
components/MyPages/Blocks/Overview/Stats/Label/index.tsx
Normal file
5
components/MyPages/Blocks/Overview/Stats/Label/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import styles from "./label.module.css"
|
||||
|
||||
export default function Label({ children }: React.PropsWithChildren) {
|
||||
return <span className={styles.label}>{children}</span>
|
||||
}
|
||||
Reference in New Issue
Block a user