mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
chore: remove unnecessary code
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { isResponseError } from '@/lib/api-helper';
|
|
||||||
import { BaseApiService } from '@/services/api/base';
|
import { BaseApiService } from '@/services/api/base';
|
||||||
import { httpClient, httpClientFetcher } from '@/services/http/client';
|
import { httpClient } from '@/services/http/client';
|
||||||
import { BaseApiResponse } from '@/types/api/api-general';
|
import { BaseApiResponse } from '@/types/api/api-general';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import {
|
import {
|
||||||
@@ -11,9 +10,8 @@ import {
|
|||||||
CreateDeliveryOrderPayload,
|
CreateDeliveryOrderPayload,
|
||||||
UpdateDeliveryOrderPayload,
|
UpdateDeliveryOrderPayload,
|
||||||
} from '@/types/api/marketing/marketing';
|
} from '@/types/api/marketing/marketing';
|
||||||
import toast from 'react-hot-toast';
|
|
||||||
import * as XLSX from 'xlsx';
|
import { formatDate } from '@/lib/helper';
|
||||||
import { formatCurrency, formatDate, formatTitleCase } from '@/lib/helper';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 💡 Helper untuk membuat respons dummy
|
* 💡 Helper untuk membuat respons dummy
|
||||||
|
|||||||
Reference in New Issue
Block a user