mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
updated imports
This commit is contained in:
@@ -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 () => ({
|
||||
|
||||
Reference in New Issue
Block a user