Move to separate directory

This commit is contained in:
GHOSCHT 2021-12-31 21:46:24 +01:00
parent 24c578503d
commit b7fb224442
No known key found for this signature in database
GPG key ID: A35BD466B8871994
2 changed files with 1 additions and 1 deletions

View file

@ -2,7 +2,7 @@ import { ThunkResult } from "typesafe-actions";
import {
connectionStart, connectionSuccess, connectionFailure, setPortController, connectionEnd,
} from "./serialConnectionActions";
import PortController from "../../PortController";
import PortController from "../../serial/PortController";
const connect = (): ThunkResult<void> => async (dispatch, getState) => {
const state = getState();