0
0
mirror of https://github.com/makeplane/plane synced 2024-06-14 14:31:34 +00:00
plane/web/core/components/estimates/estimate-search.tsx
2024-06-11 14:39:52 +05:30

10 lines
189 B
TypeScript

import { FC } from "react";
import { observer } from "mobx-react";
export const EstimateSearch: FC = observer(() => {
// hooks
const {} = {};
return <div>Estimate Search</div>;
});