diff options
Diffstat (limited to 'src/pages/Contribute')
-rw-r--r-- | src/pages/Contribute/Contribute.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/Contribute/Contribute.js b/src/pages/Contribute/Contribute.js index 70003ba..aa1c3f7 100644 --- a/src/pages/Contribute/Contribute.js +++ b/src/pages/Contribute/Contribute.js @@ -15,7 +15,7 @@ import TrendingUpIcon from '@material-ui/icons/TrendingUp'; import BugReportIcon from '@material-ui/icons/BugReport'; import NewReleasesIcon from '@material-ui/icons/NewReleases'; -import { Window, ContentSection } from 'react-benzin-test'; +import { Window, ContentSection } from 'react-benzin'; const useStyles = makeStyles(theme => ({ |