import React from 'react' export default function Img({pth}: {pth: string}) { return (
) }