cleanup file structure

This commit is contained in:
Tommy
2022-01-05 02:20:19 +00:00
committed by vidvidvid
parent d0400cbaee
commit ed0a644bf6
14 changed files with 13 additions and 13 deletions

View File

@@ -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>