mirror of
https://github.com/tabler/tabler.git
synced 2026-08-08 04:12:26 +04:00
b38cd32d07
Co-authored-by: Bartek <xbartoszdobija@gmail.com>
13 lines
256 B
Plaintext
13 lines
256 B
Plaintext
---
|
|
import ScreenshotLayout from '../layouts/ScreenshotLayout.astro'
|
|
import Chat from '@ui/Chat.astro'
|
|
---
|
|
|
|
<ScreenshotLayout title="Chat" columns={2}>
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<Chat />
|
|
</div>
|
|
</div>
|
|
</ScreenshotLayout>
|