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/contact-editor.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/components/editors/contact-editor.js') diff --git a/src/components/editors/contact-editor.js b/src/components/editors/contact-editor.js index 99baeca..b03326c 100644 --- a/src/components/editors/contact-editor.js +++ b/src/components/editors/contact-editor.js @@ -15,8 +15,6 @@ * along with this program. If not, see . */ -import { Contact } from './../../classes/client'; -import { useState, useEffect } from 'react'; import './scss/contact-editor.scss'; const ContactEditor = ({ heading, contact, setContact }) => { -- cgit v1.2.3