mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-27 10:30:31 +02:00
Remove unused import
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
import {getMatch} from "./match/match";
|
import {getMatch} from "./match/match";
|
||||||
import {storageDelete, storageGet} from "./store/store";
|
import {storageDelete, storageGet} from "./store/store";
|
||||||
import {Match, matches} from "./match/matches";
|
import {Match, matches} from "./match/matches";
|
||||||
import play = chrome.cast.media.timeout.play;
|
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
let match: Match;
|
let match: Match;
|
||||||
|
Reference in New Issue
Block a user