This commit is contained in:
2023-12-22 18:13:08 +03:00
parent 1c4d9aa600
commit 759adc8506
7 changed files with 68 additions and 3 deletions

View File

@ -1,11 +1,15 @@
import Header from "../Header";
import styles from "./style.module.scss";
const HomePage = () => {
return (
<>
<Header></Header>
<div className={styles.title}>dadada</div>
<section></section>
</>
)
}