1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

add Article detail

This commit is contained in:
Rokt33r
2015-07-13 13:05:54 +09:00
parent 1d3e3f3c87
commit b0d9895e5e
16 changed files with 375 additions and 469 deletions

View File

@@ -0,0 +1,5 @@
var Reflux = require('reflux')
var fetchPlanet = Reflux.createAction()
module.exports = fetchPlanet

View File

View File

@@ -1,6 +0,0 @@
var Reflux = require('reflux')
// Creating an Action
var snippetUpdate = Reflux.createAction()
module.exports = snippetUpdate

View File

@@ -0,0 +1,6 @@
var Reflux = require('reflux')
// Creating an Action
var updateSnippet = Reflux.createAction()
module.exports = updateSnippet