[mock] mock 데이터 삭제

This commit is contained in:
sungmin.in
2024-05-29 18:40:34 +09:00
parent dc0ca45239
commit ba101681f2
4 changed files with 0 additions and 174 deletions

View File

@@ -1,9 +1,5 @@
import axios from "axios";
// 목(MOCK) 데이터
import tempData from "../../assets/mock/temp.json";
import tempData2 from "../../assets/mock/temp2.json";
import tempData3 from "../../assets/mock/temp3.json";
import { URLS } from "../api/apiConfig";
import { TAxios } from "../api/TAxios";
import { types } from "./actionTypes";