Skip to content

Commit 43d2ef9

Browse files
author
atcampbell
authored
actually fix build... (linn#86)
1 parent 71a9630 commit 43d2ef9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ import getUsername from './src/selectors/userSelectors';
5656
import { getHref, getSelfHref } from './src/utilities/index';
5757
import initialiseOnMount from './src/components/common/initialiseOnMount';
5858
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';
6161

6262
const reducers = { menu, news, fetchError: fetchErrorReducer };
6363

src/themes/linnTheme.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { createMuiTheme } from '@material-ui/core/styles';
2-
// import cyan from '@material-ui/core/colors/cyan';
32
import pink from '@material-ui/core/colors/pink';
43

54
export const linnTheme = createMuiTheme({

0 commit comments

Comments
 (0)