mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
14 lines
No EOL
329 B
TypeScript
14 lines
No EOL
329 B
TypeScript
import styles from 'styles/Home.module.scss'
|
|
|
|
const MainLayout = () => {
|
|
return(
|
|
<>
|
|
<div className={styles.mainLayout}>
|
|
<h1>albert</h1>
|
|
<p>17-year-old <b>system administrator</b> and student from Hungary</p>
|
|
</div>
|
|
</>
|
|
)
|
|
}
|
|
|
|
export default MainLayout |