Skip to content

Commit 9ae89ff

Browse files
committed
modified file structure
1 parent e6a3b86 commit 9ae89ff

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

src/containers/Home/Home.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 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';
44
import './Home.less';
55

66
export default class Home extends Component {
File renamed without changes.

src/containers/Home/Header.js renamed to src/containers/Home/components/Header.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 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

66
export default class Header extends Component {
77
render() {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)