UNPKG

@onehat/ui

Version:
11 lines (8 loc) 173 B
import Panel from './Panel.js'; // TODO: Flesh this out! export default function UploadDownload(props) { return <Panel model="UploadDownload" {...props} />; }