Fix merge conflicts

This commit is contained in:
Ilango
2024-03-12 13:29:30 +05:30
153 changed files with 30773 additions and 539 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import axios from 'axios'
import { baseURL } from 'store/constant'
import { baseURL } from '@/store/constant'
const apiClient = axios.create({
baseURL: `${baseURL}/api/v1`,