import React from 'react' export const Mask = ({ id }: { id: string }) => { return ( ) }