mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Pannel control styles done
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React from 'react'
|
||||
|
||||
const AddWord = () => {
|
||||
|
||||
console.log('word');
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default AddWord
|
||||
Reference in New Issue
Block a user