mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
---
|
|
import DefaultLayout from '@shared/layouts/DefaultLayout.astro'
|
|
import HomepageContent from '@shared/components/HomepageContent.astro'
|
|
---
|
|
|
|
<DefaultLayout title="RTL mode" pageHeader="RTL mode" pretitle="Overview" actions="buttons" pageMenu="home" pageLibs={['apexcharts', 'jsvectormap']} rtl>
|
|
<HomepageContent rtl />
|
|
</DefaultLayout>
|