import styles from '../styles/Sticker.module.css' export default function Sticker(props) { return (
{props.children}
) }