feat: init
This commit is contained in:
9
apps/web/core/components/estimates/estimate-search.tsx
Normal file
9
apps/web/core/components/estimates/estimate-search.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { FC } from "react";
|
||||
import { observer } from "mobx-react";
|
||||
|
||||
export const EstimateSearch: FC = observer(() => {
|
||||
// hooks
|
||||
const {} = {};
|
||||
|
||||
return <div>Estimate Search</div>;
|
||||
});
|
||||
Reference in New Issue
Block a user