Remove elements barrel file and next/image, add image/number field types

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Rami Bitar
2026-06-09 15:59:47 -04:00
parent 3ed7e027c2
commit 791a257294
5 changed files with 7 additions and 32 deletions

View File

@@ -1,5 +1,4 @@
import * as React from "react"
import NextImage from "next/image"
import { cn } from "@/lib/utils"
@@ -38,7 +37,7 @@ function Image({
className,
}: ImageProps) {
return (
<NextImage
<img
data-slot="image"
src={src}
alt={alt}