File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react' ;
2
2
3
- import { withStyles } from '@material-ui/core/styles' ;
4
3
import Typography from '@material-ui/core/Typography' ;
4
+ import { withStyles } from '@material-ui/core/styles' ;
5
5
6
6
import BannerImage from '../BannerImage' ;
7
- import { primary , hoverPrimary } from '../../utils/Colors'
8
7
9
8
const styles = theme => ( {
10
9
root : {
@@ -43,7 +42,7 @@ const styles = theme => ({
43
42
}
44
43
} )
45
44
46
- class TopComponent extends Component {
45
+ class BannerComponent extends Component {
47
46
render ( ) {
48
47
const { classes } = this . props ;
49
48
@@ -61,4 +60,4 @@ class TopComponent extends Component {
61
60
}
62
61
}
63
62
64
- export default withStyles ( styles ) ( TopComponent ) ;
63
+ export default withStyles ( styles ) ( BannerComponent ) ;
You can’t perform that action at this time.
0 commit comments