1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/public/js/stores/ErrorActions.js
Ivar Conradi Østhus f82be4655a Added ErrorStore
2020-02-20 08:30:22 +01:00

9 lines
136 B
JavaScript

var Reflux = require('reflux');
var ErrorActions = Reflux.createActions([
"clear",
"error"
]);
module.exports = ErrorActions;