mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
add Article detail
This commit is contained in:
5
browser/main/Actions/fetchPlanet.js
Normal file
5
browser/main/Actions/fetchPlanet.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var Reflux = require('reflux')
|
||||
|
||||
var fetchPlanet = Reflux.createAction()
|
||||
|
||||
module.exports = fetchPlanet
|
||||
0
browser/main/Actions/fetchSnippets.js
Normal file
0
browser/main/Actions/fetchSnippets.js
Normal file
@@ -1,6 +0,0 @@
|
||||
var Reflux = require('reflux')
|
||||
|
||||
// Creating an Action
|
||||
var snippetUpdate = Reflux.createAction()
|
||||
|
||||
module.exports = snippetUpdate
|
||||
6
browser/main/Actions/updateSnippet.js
Normal file
6
browser/main/Actions/updateSnippet.js
Normal file
@@ -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