fix: build errors

This commit is contained in:
sriram veeraghanta 2024-05-14 22:09:29 +05:30
parent bcc4524f7f
commit 8f6d9b8aca
6 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ import axios from "axios";
// helpers
import { API_BASE_URL } from "@/helpers/common.helper";
// services
import APIService from "@/services/api.service";
import { APIService } from "@/services/api.service";
interface UnSplashImage {
id: string;