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