Add basic CSV export, mac db update

This commit is contained in:
2026-04-08 09:24:36 -05:00
parent 2af690ee15
commit 6952402178
7 changed files with 85 additions and 5 deletions

View File

@@ -74,6 +74,11 @@ app = rio.App(
url_segment='out',
build=pages.CheckoutPage,
),
rio.ComponentPage(
name="ExportPage",
url_segment='export-page',
build=pages.ExportPage,
),
],
# You can optionally provide a root component for the app. By default,
# a simple `rio.PageView` is used. By providing your own component, you