mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
refactor(FE): Remove unused imports and redundant code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import * as XLSX from 'xlsx';
|
||||
import { ReportExpense } from '@/types/api/report/report-expense';
|
||||
import { formatCurrency, formatDate } from '@/lib/helper';
|
||||
import { formatDate } from '@/lib/helper';
|
||||
|
||||
export const generateReportExpenseExcel = async (
|
||||
data: ReportExpense[]
|
||||
|
||||
Reference in New Issue
Block a user