mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-05 13:16:24 +00:00
Test
This commit is contained in:
9
frontend/servicecrm/src/components/Search.jsx
Normal file
9
frontend/servicecrm/src/components/Search.jsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
function Search(data) {
|
||||
return (
|
||||
<div>
|
||||
<input type="text" placeholder="Search..." />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user