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