Files
tabler/screenshots/pages/active-subscriptions.astro
T

9 lines
274 B
Plaintext

---
import ScreenshotLayout from '../layouts/ScreenshotLayout.astro'
import ActiveUsers from '@shared/components/cards/charts/ActiveUsers.astro'
---
<ScreenshotLayout title="Active subscriptions" columns={1} pageLibs={['apexcharts']}>
<ActiveUsers />
</ScreenshotLayout>