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