From 97d32bb98dd669d6ef934036cbf8d4278de0b481 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sun, 8 Aug 2021 19:23:18 +0530 Subject: somehow created a search bar --- src/components/Form/Items/RegisterItemForm.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/components/Form/Items') diff --git a/src/components/Form/Items/RegisterItemForm.tsx b/src/components/Form/Items/RegisterItemForm.tsx index 7e9f67b..4089084 100644 --- a/src/components/Form/Items/RegisterItemForm.tsx +++ b/src/components/Form/Items/RegisterItemForm.tsx @@ -6,9 +6,6 @@ * Copyright (c) 2021 Vidhu Kant Sharma */ -// TODO: Code isn't tested properly -// I'd be surprised if it < 10 bugs - import React, { useState, Dispatch, SetStateAction } from "react"; import "./../Form.scss"; import { NewItem } from "./../../../interfaces" -- cgit v1.2.3