|
|
|
|
@ -8,6 +8,7 @@ import Contents from "./component/component4/contents.js";
|
|
|
|
|
import Content4 from "./component/component5/content4.js";
|
|
|
|
|
import Content5 from "./component/component6/content5.js";
|
|
|
|
|
import Footer from "./component/component7/Footer.js";
|
|
|
|
|
import Fixed from './component/conponent9/Fixed.js'
|
|
|
|
|
|
|
|
|
|
export default function IndexPage() {
|
|
|
|
|
return (
|
|
|
|
|
@ -19,6 +20,7 @@ export default function IndexPage() {
|
|
|
|
|
{<Content4></Content4>}
|
|
|
|
|
{<Content5></Content5>}
|
|
|
|
|
{<Footer></Footer>}
|
|
|
|
|
{<Fixed></Fixed>}
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|