import React from 'react' export default function WindowPointer({ fromLeft, fromRight, color = '#fff' }) { return (
) }