import Link from "next/link"; const ArtLink = (props: any) => { return (
{props.children}
); }; export default ArtLink;