feat: add result section
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Main from './main/main';
|
||||
import Offer from './offer/offer';
|
||||
// import Result from './result/result';
|
||||
import Result from './result/result';
|
||||
// import License from './license/license';
|
||||
// import Contacts from './contacts/contacts';
|
||||
// import Footer from './footer/footer';
|
||||
@@ -10,7 +10,7 @@ export default function HomePage() {
|
||||
<>
|
||||
<Main />
|
||||
<Offer />
|
||||
{/*<Result />*/}
|
||||
<Result />
|
||||
{/*<License />*/}
|
||||
{/*<Contacts />*/}
|
||||
{/*<Footer />*/}
|
||||
|
||||
Reference in New Issue
Block a user