import { h, Component } from 'preact' export default function NewFolderView (props) { console.log(props) if (! props.visible) { return null } return (