mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-05 02:40:14 +00:00
10 lines
120 B
JavaScript
10 lines
120 B
JavaScript
'use strict';
|
|
|
|
var Reflux = require('reflux');
|
|
|
|
module.exports = Reflux.createActions([
|
|
'run',
|
|
'readAll',
|
|
'read'
|
|
]);
|