Modificated structure of the whole project

This commit is contained in:
2021-10-21 21:51:59 -03:00
parent 2a7b3841ec
commit 4aa4d9b11e
38 changed files with 299 additions and 252 deletions

View File

@@ -1,12 +0,0 @@
import React from 'react'
import loadingGifLightTheme from '../../img/loading-light-theme.png'
const Loading = () => {
return (
<div className='loading'>
<img src={loadingGifLightTheme} alt="" />
</div>
)
}
export default Loading