1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

add login/signup action

This commit is contained in:
Rokt33r
2015-07-12 18:13:28 +09:00
parent e0d52d3578
commit 7870c60ab4
18 changed files with 222 additions and 49 deletions

View File

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