Restructure shared Astro sources and import aliases (#2737)

This commit is contained in:
Paweł Kuna
2026-07-30 23:58:48 +02:00
committed by GitHub
parent 0f8dcb0a3c
commit ad2ed849dd
492 changed files with 1469 additions and 1714 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
---
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
import Icon from '@shared/components/ui/Icon.astro';
import Card from '@shared/components/ui/Card.astro';
import Subheader from '@shared/components/ui/Subheader.astro';
import Icon from '@ui/Icon.astro';
import Card from '@ui/Card.astro';
import Subheader from '@ui/Subheader.astro';
---
<DefaultLayout title="Pricing table" pageHeader="Pricing table" pageMenu="extra.pricing-table">