Fix import path

This commit is contained in:
Jorge Vargas 2025-02-24 13:54:13 -06:00
parent a8c787015c
commit c4055fa695
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
---
import Image from 'astro/components/Image.astro'
import { Image } from 'astro:assets'
interface Props {
href: string | null

View file

@ -5,7 +5,6 @@ import { Image } from 'astro:assets'
import BaseLayout from '../layouts/base.astro'
import GuraGif from '../img/assets/doggo-thumbs-up.gif'
import discord from 'img/socials/discord.png'
---
<BaseLayout>