mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Organizated the files
This commit is contained in:
@@ -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
|
||||
@@ -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 (
|
||||
11
src/components/Word/Word.jsx
Normal file
11
src/components/Word/Word.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
const Word = () => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Word
|
||||
11
src/components/WrongLetters/WrongLetters.jsx
Normal file
11
src/components/WrongLetters/WrongLetters.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
const WrongLetters = () => {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default WrongLetters
|
||||
Reference in New Issue
Block a user