mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
9 lines
274 B
Plaintext
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>
|