import React, { PropTypes } from 'react' import CSSModules from 'browser/lib/CSSModules' import styles from './InfoPanel.styl' const InfoPanel = ({ storageName, folderName, noteKey, updatedAt, createdAt }) => (