UI for Zipcoin Blue

12345
  1. 'use strict';
  2. if (typeof global.Promise !== 'function') {
  3. global.Promise = require('./lib');
  4. }