// @flow import React from 'react'; import { stickers } from '$constants/stickers'; import sprite from '$sprites/stickers.svg'; type Props = { setActiveSticker: Function }; export const StickersDialog = ({ setActiveSticker }: Props) => (