mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
---
|
|
import ScreenshotLayout from '../layouts/ScreenshotLayout.astro'
|
|
import ConversionRate from '@shared/components/cards/charts/ConversionRate.astro'
|
|
---
|
|
|
|
<ScreenshotLayout title="Conversion rate" columns={1}>
|
|
<ConversionRate />
|
|
</ScreenshotLayout>
|