fix: build errors
This commit is contained in:
parent
bcc4524f7f
commit
8f6d9b8aca
6 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue