Remove unnecessary components

This commit is contained in:
LordMathis 2017-10-21 21:51:35 +02:00
parent 6b2b6b8593
commit 8d4e9b5be6
3 changed files with 0 additions and 9 deletions

0
src/api.js Normal file
View File

View File

@ -10,5 +10,3 @@ export const About = () => (
);
export default About;
// <Home key={'home'} fullwidth={false} />

View File

@ -1,8 +1 @@
import React from 'react';
import { Home } from '.';
export const Main = () => (
<Home key={'home'} fullwidth />
);
export default Main;