🎨 Lint the project

pull/21/head
Alexis Drai 2 years ago
parent 69921a878f
commit da4a4a9c9e

@ -1,8 +1,6 @@
// redux/actions/moveAction.ts
import { CREATE_MOVE, DELETE, DELETE_MOVE, GET, GET_MOVES, MOVE_ERROR, POST, PUT, UPDATE_MOVE } from '../constants';
import {
Move
} from "../../entities/Move";
import { Move } from "../../entities/Move";
import { Dispatch } from "redux";
import { API_BASE_URL } from "../../config";

Loading…
Cancel
Save