Carlos Villarta• 260
@caloyv
Posted
Hi, I noticed your github page is showing your "README.md" file and I've had that similar problem. To fix it, go to your App.js then to <Route/>
, change all your path's first path to your repository name, in your case <Route path="/interactive-rating-component/" element={<Rating/>} />
, and same as the other route.
You can visit this site for more info.
Marked as helpful
0