From 3030f75590633fecc445ce849cb0a7370e8ee184 Mon Sep 17 00:00:00 2001 From: hensm Date: Tue, 15 Mar 2022 07:06:07 +0000 Subject: [PATCH] Move knownApps to cast/ --- ext/src/{lib => cast}/knownApps.ts | 0 ext/src/ui/popup/index.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ext/src/{lib => cast}/knownApps.ts (100%) 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";