Cleanup
This commit is contained in:
parent
ddff738d2e
commit
236b37f798
1 changed files with 0 additions and 8 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import sharp from 'sharp'
|
||||
import { Image } from '../index'
|
||||
|
||||
interface Props {
|
||||
size?: number
|
||||
|
|
@ -35,11 +34,4 @@ export default (props: Props) => {
|
|||
if (props.favicon) {
|
||||
generateFavicon()
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* <Image avif={avifImage} webp={webpImage} size={props.size}></Image> */}
|
||||
<h1>Hello</h1>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue