JEMBOT MAWOT Bypass Shell
/**
 * Mollie       https://www.mollie.nl
 *
 * @author      Mollie B.V. <info@mollie.nl>
 * @copyright   Mollie B.V.
 * @link        https://github.com/mollie/PrestaShop
 * @license     https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
 * @codingStandardsIgnoreStart
 */
import { createStore, Store } from 'redux';
import orderApp from './order';
declare let window: any;
let store: Store;
const devTools = window.__REDUX_DEVTOOLS_EXTENSION__;
store = createStore(
  orderApp,
  devTools && devTools(),
);
export default store;
xxxxx1.0, XXX xxxx