import { Routes, Route } from "react-router-dom" import Home from "pages/Home" import Movie from "pages/Movie" import Actor from "pages/Actor" import Ratings from "pages/Ratings" import styles from "styles/App.module.css" const App = () => (
} /> } /> } /> } /> 404 - Not Found} />
) export default App