Closed ElenaBarker closed 10 months ago
App.js
Routes
Route
react-router-dom
DummyWordHolder
HolderForWrongLetters
DummyInputHolder
Box
App.js
to handle the rendering of components related to starting a new game.Routes
andRoute
components fromreact-router-dom
to define the route structure.DummyWordHolder
,HolderForWrongLetters
,DummyInputHolder
) to be rendered when the "Start New Game" route is accessed.Box
with appropriate styling.