/* globals window */ import React, {Component} from 'react'; import PartBrowser, {PartBrowserDragPreview} from './index'; export default class DemoPartBrowser extends Component { constructor(props) { super(props); this.gmeClient = new window.GME.classes.Client(window.GME.gmeConfig); } render() { return (