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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user