aboutsummaryrefslogtreecommitdiff
path: root/src/components/Form/Address/NewAddressPane.tsx
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-09-13 17:40:13 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-09-13 17:40:13 +0530
commit794b16479649b1a7d4eac6f7c5f5bda7f97ee406 (patch)
tree4884d0583ddf59a19e15314f31287dbf1ba6cfa1 /src/components/Form/Address/NewAddressPane.tsx
parentc1600045a243e3547fe589bfc7e474d2decaea4c (diff)
Added dummy objects to use as place holdersHEADmain
Diffstat (limited to 'src/components/Form/Address/NewAddressPane.tsx')
-rw-r--r--src/components/Form/Address/NewAddressPane.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Form/Address/NewAddressPane.tsx b/src/components/Form/Address/NewAddressPane.tsx
index 4dd3788..f1b9a63 100644
--- a/src/components/Form/Address/NewAddressPane.tsx
+++ b/src/components/Form/Address/NewAddressPane.tsx
@@ -6,7 +6,7 @@
* Copyright (c) 2021 Vidhu Kant Sharma
*/
-import React, { Dispatch, SetStateAction, useState } from "react";
+import React, { Dispatch, SetStateAction } from "react";
import "./../Form.scss";
import { Address } from "./../../../Interfaces/interfaces"