Skip to content

Commit

Permalink
Fix missing JSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 23, 2020
1 parent 1208392 commit e034161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function App() {
/>
}
</Box>
</Paper>
</Box>
</ThemeProvider>
);
}
Expand Down

0 comments on commit e034161

Please sign in to comment.