start normal front

This commit is contained in:
2024-11-05 23:20:46 +04:00
parent 233386b4fd
commit bd9b192656
18 changed files with 739 additions and 50 deletions

View File

@@ -1,9 +1,11 @@
import Form from '@/widgets/form/form.widget';
import classes from './styles.module.scss';
import Laptop from '@shared/assets/icons/laptop.svg';
const HomePage = () => {
return (
<div className={classes.home}>
<Laptop width={250} height={250} />
<div className={classes.container}>
<Form />
</div>

View File

@@ -2,9 +2,9 @@
.home {
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
height: 1000px;
.container {
padding: 15px;