import { h, Component } from 'preact' export default function FolderListView (props) { const folders = props.folders.map( (folder, i) => (