tables
This commit is contained in:
2023-12-22 18:37:26 +03:00
parent 759adc8506
commit ac7c5be419
17 changed files with 181 additions and 324 deletions

View File

@ -1,16 +0,0 @@
import Header from "../Header";
import styles from "./style.module.scss";
const HomePage = () => {
return (
<>
<Header></Header>
<section></section>
</>
)
}
export default HomePage;

View File

@ -1,6 +0,0 @@
.title {
font-size: 100px;
}