diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-27 15:07:34 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-27 15:07:34 +0530 |
commit | cc5dd44de3d65e3c2cf189f1516d97c3641549aa (patch) | |
tree | aa0c066f06e79dd081dcdcbee1d57ef4ed7391e7 /src/components/editors/address-editor.js | |
parent | af0ef4c190f3967d2def0c65cc3a1fce4511044e (diff) |
created very basic clients list
Diffstat (limited to 'src/components/editors/address-editor.js')
-rw-r--r-- | src/components/editors/address-editor.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/editors/address-editor.js b/src/components/editors/address-editor.js index 3675f26..bd81b6f 100644 --- a/src/components/editors/address-editor.js +++ b/src/components/editors/address-editor.js @@ -18,7 +18,6 @@ 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'; |