From 068b68dee3eff74997552053fd6996fcf34ac5b8 Mon Sep 17 00:00:00 2001 From: Jonath-z Date: Tue, 27 Dec 2022 13:47:46 +0200 Subject: [PATCH] fix: remove propType as we are migrete to TS --- components/modules/AddCategory/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/modules/AddCategory/index.tsx b/components/modules/AddCategory/index.tsx index 77d4572..5e95157 100644 --- a/components/modules/AddCategory/index.tsx +++ b/components/modules/AddCategory/index.tsx @@ -1,5 +1,4 @@ import React from "react"; -import PropTypes from "prop-types"; const AddCategory = () => { return (