import { Routes, Route } from "react-router-dom"; import Join from "./Join"; import Layout from "./components/Layout"; function App() { return (
{/* globals such as header will go here */} {/* } /> */} }> } />
); } export default App;