Skip to content

Commit

Permalink
unused import removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdusshakur committed Sep 7, 2024
1 parent d3a9f9c commit 34944d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/js/Components/invoice/InvoiceList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React, { useEffect, useRef } from 'react';
import DataTable from 'datatables.net-react';
import DT from 'datatables.net-dt';
import InvoiceDetails from './InvoiceDetails';
import InvoiceDelete from './InvoiceDelete';
import DataTables from 'datatables.net';
import InvoiceDelete from './InvoiceDelete';;

function InvoiceList() {
const updateRef = useRef();
Expand Down

0 comments on commit 34944d9

Please sign in to comment.