feat(WEB-128): desktop and mobile initial wireframe implemented
This commit is contained in:
13
components/MyPages/Blocks/Overview/Mobile.tsx
Normal file
13
components/MyPages/Blocks/Overview/Mobile.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import Breadcrumbs from "@/components/MyPages/Header/Breadcrumbs"
|
||||
import Title from "@/components/MyPages/Title"
|
||||
|
||||
import styles from "./overview.module.css"
|
||||
|
||||
export default function OverviewMobile() {
|
||||
return (
|
||||
<section className={styles.overviewMobile}>
|
||||
<Breadcrumbs />
|
||||
<Title uppercase>Good Morning [NAME]</Title>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user