diff --git a/docs/developing/guides/insights/add-new-booking-charts.mdx b/docs/developing/guides/insights/add-new-booking-charts.mdx index a01626c1bb3941..0a828d4eb97984 100644 --- a/docs/developing/guides/insights/add-new-booking-charts.mdx +++ b/docs/developing/guides/insights/add-new-booking-charts.mdx @@ -61,7 +61,9 @@ UI Component → tRPC Handler → Insights Service → Database Query → Respon ); }; ``` + + Update the booking components index file: @@ -168,6 +170,7 @@ UI Component → tRPC Handler → Insights Service → Database Query → Respon } ``` + ## Best Practices