start normal front
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
.home {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 1000px;
|
||||
|
||||
.container {
|
||||
padding: 15px;
|
||||
|
||||
Reference in New Issue
Block a user