Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofby committed Jan 12, 2024
1 parent c1ef484 commit 47ed14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import NextImage, { ImageProps } from 'next/image'

const Image = ({ ...rest }: ImageProps) => <NextImage {...rest} />

export default Image
export default Image

0 comments on commit 47ed14c

Please sign in to comment.