initial commit
This commit is contained in:
commit
d799808203
126 changed files with 16265 additions and 0 deletions
5
components/Image.tsx
Normal file
5
components/Image.tsx
Normal file
|
@ -0,0 +1,5 @@
|
|||
import NextImage, { ImageProps } from 'next/image'
|
||||
|
||||
const Image = ({ ...rest }: ImageProps) => <NextImage {...rest} />
|
||||
|
||||
export default Image
|
Loading…
Add table
Add a link
Reference in a new issue