diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-09-13 17:40:13 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-09-13 17:40:13 +0530 |
commit | 794b16479649b1a7d4eac6f7c5f5bda7f97ee406 (patch) | |
tree | 4884d0583ddf59a19e15314f31287dbf1ba6cfa1 /src/components/Form/Address/NewAddressPane.tsx | |
parent | c1600045a243e3547fe589bfc7e474d2decaea4c (diff) |
Diffstat (limited to 'src/components/Form/Address/NewAddressPane.tsx')
-rw-r--r-- | src/components/Form/Address/NewAddressPane.tsx | 2 |
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" |