8 lines
104 B
TypeScript
8 lines
104 B
TypeScript
import Image from "next/image";
|
|
|
|
export default function Home() {
|
|
return (
|
|
<div>heelo</div>
|
|
);
|
|
}
|