Select Git revision
Forked from
SOFT Core / SOFT 260 / React Redux Starter Code
4 commits behind, 3 commits ahead of the upstream repository.
-
jackmnolley authoredjackmnolley authored
app.js 147 B
import { Route } from 'react-router-dom';
export function App() {
return (
<>
<Route exact path={'/'}>
</Route>
</>
);
}