1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-08 04:12:26 +04:00
Files
tabler/screenshots/pages/new-clients.astro
T

9 lines
279 B
Plaintext

---
import ScreenshotLayout from '../layouts/ScreenshotLayout.astro'
import NewClients from '@shared/components/cards/charts/NewClients.astro'
---
<ScreenshotLayout title="New clients" showCard={false} columns={1} pageLibs={['apexcharts']}>
<NewClients />
</ScreenshotLayout>