Projekt

Obecné

Profil

Stáhnout (138 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { axiosInstance } from "./api"
2

    
3
export const fetchHomeDataRequest = async () => {
4
    return await axiosInstance.get("/homePage")
5
}
(4-4/8)