diff --git a/ext/src/lib/knownApps.ts b/ext/src/cast/knownApps.ts similarity index 100% rename from ext/src/lib/knownApps.ts rename to ext/src/cast/knownApps.ts diff --git a/ext/src/ui/popup/index.tsx b/ext/src/ui/popup/index.tsx index d2f3852..c53a3ea 100755 --- a/ext/src/ui/popup/index.tsx +++ b/ext/src/ui/popup/index.tsx @@ -4,7 +4,7 @@ import React, { Component } from "react"; import ReactDOM from "react-dom"; -import knownApps from "../../lib/knownApps"; +import knownApps from "../../cast/knownApps"; import options from "../../lib/options"; import messaging, { Message, Port } from "../../messaging";