Files
tabler/screenshots/pages/empty-state.astro
T

9 lines
222 B
Plaintext

---
import ScreenshotLayout from '../layouts/ScreenshotLayout.astro'
import Empty from '@ui/Empty.astro'
---
<ScreenshotLayout title="Empty state" columns={2}>
<Empty illustration="not-found.svg" />
</ScreenshotLayout>