File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ import getUsername from './src/selectors/userSelectors';
56
56
import { getHref , getSelfHref } from './src/utilities/index' ;
57
57
import initialiseOnMount from './src/components/common/initialiseOnMount' ;
58
58
import Navigation from './src/containers/Navigation' ;
59
- import errorTheme from './src/themes/errorTheme' ;
60
- import linnTheme from './src/themes/linnTheme' ;
59
+ import { errorTheme } from './src/themes/errorTheme' ;
60
+ import { linnTheme } from './src/themes/linnTheme' ;
61
61
62
62
const reducers = { menu, news, fetchError : fetchErrorReducer } ;
63
63
Original file line number Diff line number Diff line change 1
1
import { createMuiTheme } from '@material-ui/core/styles' ;
2
- // import cyan from '@material-ui/core/colors/cyan';
3
2
import pink from '@material-ui/core/colors/pink' ;
4
3
5
4
export const linnTheme = createMuiTheme ( {
You can’t perform that action at this time.
0 commit comments