mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
refactor Actions & add logout action
This commit is contained in:
11
browser/main/Actions/PlanetActions.js
Normal file
11
browser/main/Actions/PlanetActions.js
Normal file
@@ -0,0 +1,11 @@
|
||||
var Reflux = require('reflux')
|
||||
|
||||
module.exports = Reflux.createActions([
|
||||
'fetchPlanet',
|
||||
'createSnippet',
|
||||
'createBlueprint',
|
||||
'updateSnippet',
|
||||
'updateBlueprint',
|
||||
'destroySnippet',
|
||||
'destroyBlueprint'
|
||||
])
|
||||
Reference in New Issue
Block a user