Skip to content

Commit

Permalink
feat: payments overview section
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarnaikjuspay committed Oct 4, 2024
1 parent fcca102 commit 7f750a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ let make = () => {
open NewPaymentAnalyticsEntity

<div className="flex flex-col gap-14 mt-5 pt-7">
<PaymentsOverviewSection />
<PaymentsLifeCycle
entity={paymentsLifeCycleEntity} chartEntity={paymentsLifeCycleChartEntity}
/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@react.component
let make = () => {
"overview section"->React.string
}

0 comments on commit 7f750a6

Please sign in to comment.