mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
cleanup file structure
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import React from 'react';
|
||||
import Intro from '../components/Landing/Intro';
|
||||
import Game from '../components/Landing/Game';
|
||||
import Build from '../components/Landing/Build';
|
||||
import Revolution from '../components/Landing/Revolution';
|
||||
import WildWeb from '../components/Landing/WildWeb';
|
||||
import Frontier from '../components/Landing/Frontier';
|
||||
import Together from '../components/Landing/Together';
|
||||
import WhatWeDo from '../components/Landing/WhatWeDo';
|
||||
import Optimal from '../components/Landing/Optimal';
|
||||
import Unplug from '../components/Landing/Unplug';
|
||||
import Who from '../components/Landing/Who';
|
||||
import JustWatch from '../components/Landing/JustWatch';
|
||||
import Cards from '../components/Landing/Cards';
|
||||
import Intro from '../components/Landing/sections/Intro';
|
||||
import Game from '../components/Landing/sections/Game';
|
||||
import Build from '../components/Landing/sections/Build';
|
||||
import Revolution from '../components/Landing/sections/Revolution';
|
||||
import WildWeb from '../components/Landing/sections/WildWeb';
|
||||
import Frontier from '../components/Landing/sections/Frontier';
|
||||
import Together from '../components/Landing/sections/Together';
|
||||
import WhatWeDo from '../components/Landing/sections/WhatWeDo';
|
||||
import Optimal from '../components/Landing/sections/Optimal';
|
||||
import Unplug from '../components/Landing/sections/Unplug';
|
||||
import Who from '../components/Landing/sections/Who';
|
||||
import JustWatch from '../components/Landing/sections/JustWatch';
|
||||
import Cards from '../components/Landing/sections/Cards';
|
||||
|
||||
function Landing(): JSX.Element {
|
||||
return <div>
|
||||
|
||||
Reference in New Issue
Block a user