diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-08 19:23:18 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-08 19:23:18 +0530 |
commit | 97d32bb98dd669d6ef934036cbf8d4278de0b481 (patch) | |
tree | 9a618b759920fdd8e70a9a6dc5708fbf1c36ad41 /src/components/Form/Items/RegisterItemForm.tsx | |
parent | 04ef09bba76f8ce3572120c19a3070c45a4af86c (diff) |
somehow created a search bar
Diffstat (limited to 'src/components/Form/Items/RegisterItemForm.tsx')
-rw-r--r-- | src/components/Form/Items/RegisterItemForm.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
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" |