()
| 161 | ) |
| 162 | |
| 163 | def pricing_page() -> rx.Component: |
| 164 | my_child = rx.vstack( |
| 165 | rx.heading("Pricing", size="9"), |
| 166 | pricing_cards(), |
| 167 | spacing="5", |
| 168 | justify="center", |
| 169 | align="center", |
| 170 | min_height="85vh", |
| 171 | id='my-child' |
| 172 | ) |
| 173 | return base_page(my_child) |
nothing calls this directly
no test coverage detected