import { h } from 'preact' // Necessary ? import styles from './navbar.module.css' function NavBar({ children, className, ...rest}) { return (