index.js (446B)
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 6 const { 7 grips, 8 } = require("resource://devtools/client/dom/content/reducers/grips.js"); 9 const { 10 filter, 11 } = require("resource://devtools/client/dom/content/reducers/filter.js"); 12 13 exports.reducers = { 14 grips, 15 filter, 16 };