Created
March 27, 2016 13:12
-
-
Save dai-shi/2cf26129263f728078e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/imports/ui/App.jsx b/imports/ui/App.jsx | |
| index 78e5548..1d0bbef 100644 | |
| --- a/imports/ui/App.jsx | |
| +++ b/imports/ui/App.jsx | |
| @@ -5,6 +5,7 @@ import { createContainer } from 'meteor/react-meteor-data'; | |
| import { Tasks } from '../api/tasks.js'; | |
| import Task from './Task.jsx'; | |
| +import AccountsUIWrapper from './AccountsUIWrapper.jsx'; | |
| // App component - represents the whole app | |
| class App extends Component { | |
| @@ -63,6 +64,8 @@ class App extends Component { | |
| Hide Completed Tasks | |
| </label> | |
| + <AccountsUIWrapper /> | |
| + | |
| <form className="new-task" onSubmit={this.handleSubmit.bind(this)} > | |
| <input | |
| type="text" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment