const React = window.React; export default function ScrollIntoViewTargetElement({color, id, top}) { return (
{id}
); }