feat(WEB-128): desktop and mobile initial wireframe implemented
This commit is contained in:
5
components/MyPages/Blocks/Overview/index.tsx
Normal file
5
components/MyPages/Blocks/Overview/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import styles from "./overview.module.css"
|
||||
|
||||
export default function Overview() {
|
||||
return <section className={styles.overview}></section>
|
||||
}
|
||||
Reference in New Issue
Block a user