import Link from 'next/link' import img from './test.png' export default function ImageImport() { return (

Image Import

) }