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