diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-16 19:03:26 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-16 19:03:26 -0500 |
commit | 0f124e66f23d8925af91d574740f8513dd343dd6 (patch) | |
tree | 441b1e134c323b29621f030bda19dd345cad33df /src/App.js | |
parent | a4fa00b052cb7d618125983efc626d2af62f9919 (diff) |
Move data into MainPage
Diffstat (limited to 'src/App.js')
-rw-r--r-- | src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ function App() { <br /> <Switch> <Route exact path="/"> - <MainPage latest={latest} prior={prior} />{" "} + <MainPage data={data} timeDifference={timeDifference} /> </Route> <Route path="/totalstudents"> <History |