diff options
Diffstat (limited to 'src/console/components/AppContext.ts')
-rw-r--r-- | src/console/components/AppContext.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/console/components/AppContext.ts b/src/console/components/AppContext.ts index 878d00b..a930e14 100644 --- a/src/console/components/AppContext.ts +++ b/src/console/components/AppContext.ts @@ -1,6 +1,6 @@ import React from "react"; -import { State, defaultState } from "../reducers"; -import { ConsoleAction } from "../actions"; +import { State, defaultState } from "../reducers/console"; +import { ConsoleAction } from "../actions/console"; const AppContext = React.createContext<{ state: State; |