import './Navbar.sass' import { Show } from 'solid-js' import Row from '../Row/Row' interface Props { transparent?: boolean children: HTMLElement } export default (props: Props) => { return ( <> ) }