aboutsummaryrefslogtreecommitdiff
path: root/src/components/editors/contact-editor.js
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 15:07:34 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 15:07:34 +0530
commitcc5dd44de3d65e3c2cf189f1516d97c3641549aa (patch)
treeaa0c066f06e79dd081dcdcbee1d57ef4ed7391e7 /src/components/editors/contact-editor.js
parentaf0ef4c190f3967d2def0c65cc3a1fce4511044e (diff)
created very basic clients list
Diffstat (limited to 'src/components/editors/contact-editor.js')
-rw-r--r--src/components/editors/contact-editor.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/editors/contact-editor.js b/src/components/editors/contact-editor.js
index 3c9a1f9..f689b8c 100644
--- a/src/components/editors/contact-editor.js
+++ b/src/components/editors/contact-editor.js
@@ -18,8 +18,6 @@
import { Contact } from './../../classes/client';
import './scss/contact-editor.scss';
-import { useState, useEffect } from 'react';
-
const ContactEditor = (props) => {
const handleInput = (field, event) => {
const c = new Contact();