diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-13 14:28:29 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-13 14:28:29 +0530 |
commit | 097a393b2bf170d69ba1cef16c5e70f204e2fe65 (patch) | |
tree | 91254e3de332506be13cff7bea74cca170fe3efc /src/components/pickers/client-picker.js | |
parent | 300a4eb39ccea56da416d83400cddc97118e1649 (diff) |
added an invoice summary component
Diffstat (limited to 'src/components/pickers/client-picker.js')
-rw-r--r-- | src/components/pickers/client-picker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/pickers/client-picker.js b/src/components/pickers/client-picker.js index bca8566..ef346a3 100644 --- a/src/components/pickers/client-picker.js +++ b/src/components/pickers/client-picker.js @@ -15,7 +15,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { Client, InvoiceClient, getAllClients, Address } from '../../classes/client'; +import { Client, InvoiceClient, getAllClients } from '../../classes/client'; import './scss/client-picker.scss'; import { useState, useEffect } from 'react'; |