1 2 3 4 5 6 7
//import React from "react"; import Routes from "./routes"; export default function App () { return (<Routes />); }