mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-05 05:06:25 +00:00
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
import React from "react";
|
|
|
|
function Search(data) {
|
|
return (
|
|
<div>
|
|
<input type="text" placeholder="Search..." />
|
|
</div>
|
|
);
|
|
} |