diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-28 22:13:00 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-28 22:13:00 +0300 |
commit | ac791ff6d0c80f90b51866caa3b5195e5f47a045 (patch) | |
tree | 773a99deaf05ea75b5179ee9c7f9f7899fa56bbc /src/pages/Contribute/Contribute.js | |
parent | cde5160d1d9b2528de7894ce9d8b73c5ef8fb0e7 (diff) | |
download | chrono-cube-ui-ac791ff6d0c80f90b51866caa3b5195e5f47a045.tar.gz |
feat: use react-benzin v1.0.1
Diffstat (limited to 'src/pages/Contribute/Contribute.js')
-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 => ({ |