mirror of
https://github.com/tabler/tabler.git
synced 2026-08-28 12:56:24 +04:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
---
|
|
import DefaultLayout from '@shared/layouts/DefaultLayout.astro'
|
|
---
|
|
|
|
<DefaultLayout title="Empty page" pageHeader="Empty page" pageMenu="extra.empty">
|
|
<!-- Content here -->
|
|
</DefaultLayout>
|