aboutsummaryrefslogtreecommitdiff
path: root/src/console/reducers/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/reducers/index.ts')
-rw-r--r--src/console/reducers/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/reducers/index.ts b/src/console/reducers/index.ts
index 37ed715..b6be483 100644
--- a/src/console/reducers/index.ts
+++ b/src/console/reducers/index.ts
@@ -1,6 +1,6 @@
import * as actions from '../actions';
-interface State {
+export interface State {
mode: string;
messageText: string;
consoleText: string;