fix: fotter
This commit is contained in:
@@ -2,8 +2,8 @@ import Main from './main/main';
|
||||
import Offer from './offer/offer';
|
||||
import Result from './result/result';
|
||||
import License from './license/license';
|
||||
// import Contacts from './contacts/contacts';
|
||||
// import Footer from './footer/footer';
|
||||
import Contacts from './contacts/contacts';
|
||||
import Footer from './footer/footer';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -12,8 +12,8 @@ export default function HomePage() {
|
||||
<Offer />
|
||||
<Result />
|
||||
<License />
|
||||
{/*<Contacts />*/}
|
||||
{/*<Footer />*/}
|
||||
<Contacts />
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user