mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
11 lines
495 B
Plaintext
11 lines
495 B
Plaintext
---
|
|
import DefaultLayout from '@shared/layouts/DefaultLayout.astro'
|
|
import HomepageContent from '@shared/components/HomepageContent.astro'
|
|
import HeaderActionsButtons from '@shared/components/layout/HeaderActionsButtons.astro'
|
|
---
|
|
|
|
<DefaultLayout title="Dashboard" pageHeader="Fluid layout" pretitle="Overview" pageMenu="layout.fluid" pageLibs={['apexcharts', 'jsvectormap']} bodyClass="layout-fluid">
|
|
<HeaderActionsButtons slot="page-header-actions" />
|
|
<HomepageContent />
|
|
</DefaultLayout>
|