aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index a397310..e88b342 100644
--- a/src/index.js
+++ b/src/index.js
@@ -48,7 +48,6 @@ const App = () => {
<CssBaseline/>
<Header setPage={setPage}/>
<Box className={classes.root}>
- <Typography variant="h4"> This is the {page} page! </Typography>
{ getPageComponent(page) }
</Box>
</ThemeProvider>