mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-23 23:04:09 +00:00
add Article detail
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var Reflux = require('reflux')
|
||||
|
||||
var fetchPlanet = Reflux.createAction()
|
||||
|
||||
module.exports = fetchPlanet
|
||||
@@ -1,6 +0,0 @@
|
||||
var Reflux = require('reflux')
|
||||
|
||||
// Creating an Action
|
||||
var snippetUpdate = Reflux.createAction()
|
||||
|
||||
module.exports = snippetUpdate
|
||||
@@ -0,0 +1,6 @@
|
||||
var Reflux = require('reflux')
|
||||
|
||||
// Creating an Action
|
||||
var updateSnippet = Reflux.createAction()
|
||||
|
||||
module.exports = updateSnippet
|
||||
Reference in New Issue
Block a user