Move App component
This commit is contained in:
parent
0443e76384
commit
e5c824fa17
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import React, {useState, useEffect} from 'react'
|
||||
import React from 'react'
|
||||
import './App.css'
|
||||
|
||||
import Header from './components/Header/Header'
|
||||
import Main from './Main/Main'
|
||||
import Header from 'components/Header/Header'
|
||||
import Main from 'Main/Main'
|
||||
|
||||
function App() {
|
||||
return (
|
||||
Loading…
Reference in a new issue