mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
17 lines
371 B
Plaintext
17 lines
371 B
Plaintext
---
|
|
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
|
|
import HomepageContent from '@shared/components/HomepageContent.astro';
|
|
---
|
|
|
|
<DefaultLayout
|
|
title="Dashboard"
|
|
pageHeader="Navbar dark"
|
|
pretitle="Overview"
|
|
actions="buttons"
|
|
pageMenu="layout.navbar-dark"
|
|
pageLibs={['apexcharts', 'jsvectormap']}
|
|
navbarDark
|
|
>
|
|
<HomepageContent />
|
|
</DefaultLayout>
|