Move some background modules to a separate folder and fix init order

This commit is contained in:
hensm
2019-07-28 06:07:57 +01:00
parent 36b391606a
commit 8c9ac7b1d5
20 changed files with 412 additions and 390 deletions

View File

@@ -7,8 +7,7 @@ import ReactDOM from "react-dom";
import { getNextEllipsis } from "../../lib/utils";
import { Message, Receiver } from "../../types";
import { ReceiverSelectorMediaType }
from "../../receiver_selectors/ReceiverSelector";
import { ReceiverSelectorMediaType } from "../../background/receiverSelector";
const _ = browser.i18n.getMessage;