Move App component

This commit is contained in:
Justin Edmund 2020-09-17 16:53:38 -07:00
parent 0443e76384
commit e5c824fa17
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
import React, {useState, useEffect} from 'react' import React from 'react'
import './App.css' import './App.css'
import Header from './components/Header/Header' import Header from 'components/Header/Header'
import Main from './Main/Main' import Main from 'Main/Main'
function App() { function App() {
return ( return (