Move to separate directory
This commit is contained in:
parent
24c578503d
commit
b7fb224442
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { ThunkResult } from "typesafe-actions";
|
||||||
import {
|
import {
|
||||||
connectionStart, connectionSuccess, connectionFailure, setPortController, connectionEnd,
|
connectionStart, connectionSuccess, connectionFailure, setPortController, connectionEnd,
|
||||||
} from "./serialConnectionActions";
|
} from "./serialConnectionActions";
|
||||||
import PortController from "../../PortController";
|
import PortController from "../../serial/PortController";
|
||||||
|
|
||||||
const connect = (): ThunkResult<void> => async (dispatch, getState) => {
|
const connect = (): ThunkResult<void> => async (dispatch, getState) => {
|
||||||
const state = getState();
|
const state = getState();
|
||||||
|
|
Reference in a new issue