Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 69ecf93

Browse files
authored
Merge pull request #38 from RyanCCollins/fix_rc_grommet_udacity
Fix rc grommet udacity
2 parents 32f3405 + b1677dc commit 69ecf93

File tree

7 files changed

+16
-7786
lines changed

7 files changed

+16
-7786
lines changed

app/src/components/LogoImage/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { PropTypes } from 'react';
2-
32
import styles from './index.module.scss';
43
import cssModules from 'react-css-modules';
54

app/src/components/Navbar/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from 'react';
2-
import Header from 'grommet/components/Header';
3-
import Title from 'grommet/components/Title';
4-
import Menu from 'grommet/components/Menu';
5-
import Anchor from 'grommet/components/Anchor';
6-
import Search from 'grommet/components/Search';
2+
import Header from 'grommet-udacity/components/Header';
3+
import Title from 'grommet-udacity/components/Title';
4+
import Menu from 'grommet-udacity/components/Menu';
5+
import Anchor from 'grommet-udacity/components/Anchor';
6+
import Search from 'grommet-udacity/components/Search';
77
import LogoImage from './logo.png';
88

99
import styles from './index.module.scss';

app/src/containers/FeatureFirstContainer/tests/__snapshots__/index.test.js.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ exports[`<FeatureFirstContainer /> renders with default props 1`] = `
1414
"dispatch": [Function anonymous],
1515
"getActions": [Function getActions],
1616
"getState": [Function getState],
17+
"replaceReducer": [Function replaceReducer],
1718
"subscribe": [Function subscribe]
1819
}
1920
} />

0 commit comments

Comments
 (0)