mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
---
|
|
import DefaultLayout from '@shared/layouts/DefaultLayout.astro'
|
|
---
|
|
|
|
<DefaultLayout title="Empty page" pageMenu="extra.empty">
|
|
<!-- Content here -->
|
|
</DefaultLayout>
|