aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/flux/action.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/flux/action.ts')
-rw-r--r--sdnr/wt/odlux/framework/src/flux/action.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/sdnr/wt/odlux/framework/src/flux/action.ts b/sdnr/wt/odlux/framework/src/flux/action.ts
deleted file mode 100644
index 8a90f24b2..000000000
--- a/sdnr/wt/odlux/framework/src/flux/action.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-/**
- * Represents an action in the odlux flux architecture.
- */
-export abstract class Action { }
-
-export interface IActionHandler<TState, TAction extends Action = Action> {
- (state: TState | undefined, action: TAction): TState;
-} \ No newline at end of file