search page

This commit is contained in:
2024-05-20 18:27:38 +05:00
parent 891204f2b4
commit a9fa869e4c
28 changed files with 629 additions and 218 deletions
-1
View File
@@ -7,7 +7,6 @@ interface ISwitchProps {
const Switch = ({ switcher, onClick }: ISwitchProps) => {
function handleOnClick() {
// setIsSwitched((prev) => !prev);
onClick(switcher.id);
}