mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
refactor: change Image component to use Astro Image
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// @ts-nocheck
|
||||
import DownloadLink from './DownloadLink.astro';
|
||||
import EmailLink from './EmailLink.astro';
|
||||
import Image from './Image.astro';
|
||||
import MoreLink from './MoreLink.astro';
|
||||
import Pagination from './Pagination.astro';
|
||||
import ProjectContainer from './ProjectContainer.astro';
|
||||
@@ -16,7 +17,6 @@ export * from './ColorSwatch';
|
||||
export * from './Divider';
|
||||
export * from './Flag';
|
||||
export * from './Headline';
|
||||
export * from './Image';
|
||||
export * from './LegalDate';
|
||||
export * from './Link';
|
||||
export * from './ListItem';
|
||||
@@ -35,6 +35,7 @@ export * from './YouTubeVideo';
|
||||
export {
|
||||
DownloadLink,
|
||||
EmailLink,
|
||||
Image,
|
||||
MoreLink,
|
||||
Pagination,
|
||||
ProjectContainer,
|
||||
|
||||
Reference in New Issue
Block a user