Bug 1920487 - QM: Rename helpers for resolving nsresult type; r=dom-storage-reviewers...
[gecko.git] / browser / actors / AboutPocketChild.sys.mjs
blobe7f382882a31029d45c61e57656d143ec0d1e514
1 /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this
4  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 import { RemotePageChild } from "resource://gre/actors/RemotePageChild.sys.mjs";
8 export class AboutPocketChild extends RemotePageChild {}