File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
2- import Header from './Header.js' ;
3- import Content from './Content.js' ;
2+ import Header from './components/ Header.js' ;
3+ import Content from './components/ Content.js' ;
44import './Home.less' ;
55
66export default class Home extends Component {
File renamed without changes.
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
2- import logo from '. /logo.png' ;
3- import github from '. /github.png' ;
4- import facebook from '. /facebook.png' ;
2+ import logo from 'static/images /logo.png' ;
3+ import github from 'static/images /github.png' ;
4+ import facebook from 'static/images /facebook.png' ;
55
66export default class Header extends Component {
77 render ( ) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments