updated imports

This commit is contained in:
Tommy
2022-01-12 14:04:29 +00:00
committed by Scott Stevenson
parent f66bdd1512
commit cf6bccb603

View File

@@ -1,16 +1,16 @@
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/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 React from 'react';
export const getStaticProps = async () => ({