skip to Main Content

Reactjs – You cannot render routes

I have made one page in my project, it's App.tsx and it contains a lot of components. like this: import React from 'react'; import './App.css'; import Header from './components/Header'; import Underline from './components/Underline'; import BodyPart from './components/BodyPart'; import Footer from…

VIEW QUESTION
Back To Top
Search