Use shared Astro UI components across preview pages (#2724)

This commit is contained in:
Paweł Kuna
2026-07-30 13:53:33 +02:00
committed by GitHub
parent bc24b3ada8
commit 4ea449df1b
390 changed files with 3190 additions and 3127 deletions
-1
View File
@@ -1,5 +1,4 @@
---
// Port of preview/pages/dropdowns.html (layout: default)
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
import DropdownMenu from '@shared/components/ui/DropdownMenu.astro';
import DropdownMenuAll from '@shared/components/ui/DropdownMenuAll.astro';