Skip to content

Commit

Permalink
fix: remove propType as we are migrete to TS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonath-z committed Dec 27, 2022
1 parent a3d0c56 commit 068b68d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/modules/AddCategory/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import PropTypes from "prop-types";

const AddCategory = () => {
return (
Expand Down

0 comments on commit 068b68d

Please sign in to comment.