Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Isolate components scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 14, 2016
1 parent c4c9dab commit ea97831
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/App.js → src/app/App/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react'
import Layout from './Layout'
import Counter from './Counter'
import Layout from '../Layout'
import Counter from '../Counter'

// If you use React Router, make this component
// render <Router> with your routes. Currently,
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/app/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AppContainer } from 'react-hot-loader'
import React from 'react'
import ReactDOM from 'react-dom'
import React from 'react'
import App from './App'

const rootEl = document.getElementById('root')
Expand Down

0 comments on commit ea97831

Please sign in to comment.