import styles from "/styles/Popsicle.module.css" export default function Popsicle(PROPERTIES) { return (
{PROPERTIES.children ?? "Popsicle"}
) }