modify import path: deleteReservation

This commit is contained in:
hyunwoo93.cha
2024-06-27 23:30:50 +09:00
parent eb80b01348
commit a388c2593a

View File

@@ -1,10 +1,13 @@
import { URLS } from "../api/apiConfig";
import { TAxios } from "../api/TAxios";
import { deleteReservation } from "../lunaSend";
import { CATEGORY_DATA_MAX_RESULTS_LIMIT } from "../utils/Config";
import * as HelperMethods from "../utils/helperMethods";
import { types } from "./actionTypes";
import { addReservation, changeAppStatus } from "./commonActions";
import {
addReservation,
changeAppStatus,
deleteReservation,
} from "./commonActions";
export const getMainLiveShow = (props) => (dispatch, getState) => {
const onSuccess = (response) => {