reducers.js 636 B

1234567891011121314
  1. /* This Source Code Form is subject to the terms of the Mozilla Public
  2. * License, v. 2.0. If a copy of the MPL was not distributed with this
  3. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  4. "use strict";
  5. exports.devices = require("./reducers/devices");
  6. exports.displayPixelRatio = require("./reducers/display-pixel-ratio");
  7. exports.location = require("./reducers/location");
  8. exports.networkThrottling = require("./reducers/network-throttling");
  9. exports.screenshot = require("./reducers/screenshot");
  10. exports.touchSimulation = require("./reducers/touch-simulation");
  11. exports.viewports = require("./reducers/viewports");