This commit is contained in:
ferdzo
2024-04-11 18:13:46 +02:00
parent f001621cdc
commit 2e515c267a
14 changed files with 2077 additions and 37 deletions

View File

@@ -0,0 +1,9 @@
import React from "react";
function Search(data) {
return (
<div>
<input type="text" placeholder="Search..." />
</div>
);
}