11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
---
|
|
import AdminLayout from '../../layouts/AdminLayout.astro';
|
|
import AssetManager from '../../components/AssetManager.astro';
|
|
---
|
|
|
|
<AdminLayout title="Asset Library">
|
|
<p slot="header-subtitle" class="mt-2 text-sm md:text-base text-subtext1">Manage your uploaded images and files.</p>
|
|
|
|
<AssetManager mode="manage" />
|
|
</AdminLayout>
|