feat: move improved components out of ui folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import GoLinkPrimary from '@components/ui/buttons/GoLinkPrimary.astro';
|
||||
import GoLinkPrimary from '@components/buttons/GoLinkPrimary.astro';
|
||||
import Image from '@components/ui/images/Image.astro';
|
||||
|
||||
interface Props {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
import GoLinkPrimary from '@components/ui/buttons/GoLinkPrimary.astro';
|
||||
import GoLinkPrimary from '@components/buttons/GoLinkPrimary.astro';
|
||||
import Image from '@components/ui/images/Image.astro';
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user