feat: init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/estimate-list-item-buttons";
|
||||
3
apps/web/ee/components/estimates/index.ts
Normal file
3
apps/web/ee/components/estimates/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from "./estimate-list-item-buttons";
|
||||
export * from "./update";
|
||||
export * from "./points";
|
||||
1
apps/web/ee/components/estimates/points/delete.tsx
Normal file
1
apps/web/ee/components/estimates/points/delete.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/points/delete";
|
||||
1
apps/web/ee/components/estimates/points/index.ts
Normal file
1
apps/web/ee/components/estimates/points/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./delete";
|
||||
1
apps/web/ee/components/estimates/update/index.ts
Normal file
1
apps/web/ee/components/estimates/update/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from "./modal";
|
||||
1
apps/web/ee/components/estimates/update/modal.tsx
Normal file
1
apps/web/ee/components/estimates/update/modal.tsx
Normal file
@@ -0,0 +1 @@
|
||||
export * from "ce/components/estimates/update/modal";
|
||||
Reference in New Issue
Block a user