Organizated the files

This commit is contained in:
2021-10-19 14:30:18 -03:00
parent b9128d737e
commit 9425e27bd3
15 changed files with 50 additions and 24 deletions

View File

@@ -1,3 +0,0 @@
const alphabet = ["a", "á", "b","c","d","e", "é", "f","g","h","i", "í", "j","k","l","m","n", "ñ","o", "ó","p","q","r","s","t","u","ú","v","w","x","y","z"];
export default alphabet

View File

@@ -1,5 +1,5 @@
import React from 'react'
import loadingGifLightTheme from '../img/loading-light-theme.png'
import loadingGifLightTheme from '../../img/loading-light-theme.png'
const Loading = () => {
return (

View File

@@ -0,0 +1,11 @@
import React from 'react'
const Word = () => {
return (
<div>
</div>
)
}
export default Word

View File

@@ -0,0 +1,11 @@
import React from 'react'
const WrongLetters = () => {
return (
<div>
</div>
)
}
export default WrongLetters