import Svg from './next.svg' export default function Page() { return ( <> <p>hello world</p> <div id="the-svg"> <Svg /> </div> </> ) }