import { axiosInstance } from "./api"
export const fetchHomeDataRequest = async () => {
return await axiosInstance.get("/homePage")
}