Files
web/components/MyPages/Blocks/Overview/index.tsx

6 lines
140 B
TypeScript

import styles from "./overview.module.css"
export default function Overview() {
return <section className={styles.overview}></section>
}