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:
@@ -3,10 +3,10 @@
|
||||
// have no `code` property, so the reference renders value="" and never `selected`.
|
||||
// We mirror that output exactly.
|
||||
|
||||
import FormFooter from '@shared/components/ui/FormFooter.astro';
|
||||
import FormFooter from '@ui/FormFooter.astro';
|
||||
import SingleLayout from '@shared/layouts/SingleLayout.astro';
|
||||
import Button from '@shared/components/ui/Button.astro';
|
||||
import FormGroup from '@shared/components/ui/FormGroup.astro';
|
||||
import Button from '@ui/Button.astro';
|
||||
import FormGroup from '@ui/FormGroup.astro';
|
||||
import flags from '@data/flags.json';
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user