aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-16 19:03:26 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-16 19:03:26 -0500
commit0f124e66f23d8925af91d574740f8513dd343dd6 (patch)
tree441b1e134c323b29621f030bda19dd345cad33df /src/App.js
parenta4fa00b052cb7d618125983efc626d2af62f9919 (diff)
Move data into MainPage
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index d8653a5..fbee2c1 100644
--- a/src/App.js
+++ b/src/App.js
@@ -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