tulsaschoolsdata / courses

https://courses.tulsaschools.org
0 stars 1 forks source link

Changes import syntax for theme provider to allow material upgrade #98

Closed jasonben closed 1 year ago

jasonben commented 1 year ago

Description

Upon upgrading material from 5.10 to 5.11 we had been getting the error

SyntaxError: Unexpected token 'export' 

Changing the import syntax for ThemeProvider resolved the issue

Useful links

https://mui.com/material-ui/migration/v5-style-changes/