Skip to content

Commit

Permalink
moving components into component dir
Browse files Browse the repository at this point in the history
  • Loading branch information
odewahn committed Nov 21, 2015
1 parent d0ae33d commit 0ccaad9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions public/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/index.html
@@ -1,5 +1,5 @@
<html>
<head><title>My test</title></head>
<head></head>
<body>
<div id="app"></div>
<script src="build.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/js/App.js
@@ -1,5 +1,5 @@
var React = require('react')
var FriendsContainer = require('./FriendsContainer')
var FriendsContainer = require('./components/FriendsContainer')

React.render(
<FriendsContainer />,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0ccaad9

Please sign in to comment.