File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
packages/react-renderer-demo/src/components Expand file tree Collapse file tree 3 files changed +4
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import Paper from '@material-ui/core/Paper';
11
11
import SvgIcon from '@material-ui/core/SvgIcon' ;
12
12
import Typography from '@material-ui/core/Typography' ;
13
13
14
- import GhIcon from '.. /common/gh-svg-icon' ;
15
- import NpmSvgIcon from '.. /common/npm-svg-icon' ;
14
+ import GhIcon from './common/gh-svg-icon' ;
15
+ import NpmSvgIcon from './common/npm-svg-icon' ;
16
16
17
17
const RepoLink = ( { href, label } ) => {
18
18
const classes = makeStyles ( theme => ( {
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import MuiWizzard from '../components/missing-demo-fields/mui-wizard/mui-wizard'
19
19
import MenuContext from './navigation/menu-context' ;
20
20
import findConnectedLinks from './navigation/find-connected-links' ;
21
21
import ConnectedLinks from './common/connected-links' ;
22
+ import Footer from './footer' ;
22
23
23
24
const drawerWidth = 240 ;
24
25
@@ -216,6 +217,7 @@ const Layout = ({ children }) => {
216
217
{ children }
217
218
< ConnectedLinks />
218
219
</ div >
220
+ < Footer />
219
221
</ main >
220
222
</ div >
221
223
</ MenuContext . Provider >
You can’t perform that action at this time.
0 commit comments