import { h } from 'preact'; import Styles from './styles.module.scss'; function Button({ children }) { return {children}; } export default Button;