project
This commit is contained in:
12
src/Components/HomePage/index.jsx
Normal file
12
src/Components/HomePage/index.jsx
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
import styles from "./style.module.scss";
|
||||
|
||||
|
||||
const HomePage = () => {
|
||||
return (
|
||||
|
||||
<div className={styles.title}>dadada</div>
|
||||
|
||||
)
|
||||
}
|
||||
export default HomePage;
|
6
src/Components/HomePage/style.module.scss
Normal file
6
src/Components/HomePage/style.module.scss
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
|
||||
.title {
|
||||
font-size: 100px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user