index.js 93 Bytes
Newer Older
1 2 3 4
import Panel from './Panel';
import MinPanel from './MinPanel';

export { Panel, MinPanel };