i`m new in React.I received a file and when i run the code i get this error:
'React' must be in scope when using JSX react/react-in-jsx-scope
this is a part of the code:
import "./App.css";
import { BrowserRouter as Router, Routes, Route } from "react-router-dom";
import Profesor from "./components/Profesor";
import Student from "./components/Student";
import Home from "./components/Home";
Can you please help me?