-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing the constants and dispatcher code and adding alt.js which creates a new alt instance and exports it. We'll be using alt.js to create our stores and actions later.
- Loading branch information
1 parent
20d1827
commit 75ffdb5
Showing
3 changed files
with
2 additions
and
76 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
var Alt = require('../../../') | ||
module.exports = new Alt() |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.