Update packages/web/pages/landing.tsx

Co-authored-by: vidvidvid <35112939+vidvidvid@users.noreply.github.com>
This commit is contained in:
Tommy
2022-01-08 00:17:53 +00:00
committed by vidvidvid
parent 9ed30db035
commit bf1ade084f

View File

@@ -1,17 +1,19 @@
import React from 'react';
import Build from '../components/Landing/Sections/Build';
import Cards from '../components/Landing/Sections/Cards';
import Frontier from '../components/Landing/Sections/Frontier';
import Game from '../components/Landing/Sections/Game';
import Intro from '../components/Landing/Sections/Intro';
import JustWatch from '../components/Landing/Sections/JustWatch';
import Optimal from '../components/Landing/Sections/Optimal';
import Revolution from '../components/Landing/Sections/Revolution';
import Together from '../components/Landing/Sections/Together';
import Unplug from '../components/Landing/Sections/Unplug';
import WhatWeDo from '../components/Landing/Sections/WhatWeDo';
import Who from '../components/Landing/Sections/Who';
import WildWeb from '../components/Landing/Sections/WildWeb';
import Build from '../components/Landing/Build';
import Cards from '../components/Landing/Cards';
import Frontier from '../components/Landing/Frontier';
import Game from '../components/Landing/Game';
import Intro from '../components/Landing/Intro';
import JustWatch from '../components/Landing/JustWatch';
import Optimal from '../components/Landing/Optimal';
import Revolution from '../components/Landing/Revolution';
import Together from '../components/Landing/Together';
import Unplug from '../components/Landing/Unplug';
import WhatWeDo from '../components/Landing/WhatWeDo';
import Who from '../components/Landing/Who';
import WildWeb from '../components/Landing/WildWeb';
export const getStaticProps = async () => ({
props: {
hideTopMenu: true,
@@ -34,4 +36,5 @@ const Landing: React.FC = () => (
<JustWatch />
</div>
);
export default Landing;
export default Landing;