mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Restructure shared Astro sources and import aliases (#2737)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user