mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 21:09:22 +00:00
image optimizations
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
'use client'
|
||||
|
||||
import Image from 'next/image'
|
||||
import type { ComponentPropsWithoutRef } from 'react'
|
||||
|
||||
export function OptimizedImage(props: ComponentPropsWithoutRef<typeof Image>) {
|
||||
return <Image {...props} />
|
||||
}
|
||||
Reference in New Issue
Block a user