From 794b16479649b1a7d4eac6f7c5f5bda7f97ee406 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 13 Sep 2021 17:40:13 +0530 Subject: Added dummy objects to use as place holders --- src/components/Form/Address/NewAddressPane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Form/Address') 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" -- cgit v1.2.3