From 097a393b2bf170d69ba1cef16c5e70f204e2fe65 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 13 Oct 2022 14:28:29 +0530 Subject: added an invoice summary component --- src/components/editors/address-editor.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/components/editors/address-editor.js') diff --git a/src/components/editors/address-editor.js b/src/components/editors/address-editor.js index 5fb8ff6..1a4beab 100644 --- a/src/components/editors/address-editor.js +++ b/src/components/editors/address-editor.js @@ -15,10 +15,8 @@ * along with this program. If not, see . */ -import { Address } from './../../classes/client'; import './scss/address-editor.scss'; -import { useState, useEffect } from 'react'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faXmark } from '@fortawesome/free-solid-svg-icons'; -- cgit v1.2.3