import Image from "next/image"; import { ReactElement } from "react"; /** * A creeper image. * * @returns the creeper jsx */ const Creeper = (): ReactElement => ( A Minecraft Creeper ); export default Creeper;