Remove unused import

This commit is contained in:
bytedream 2022-07-22 01:49:54 +02:00
parent 9a17fb0d9b
commit 817f5b82f9

View File

@ -1,7 +1,6 @@
import {getMatch} from "./match/match";
import {storageDelete, storageGet} from "./store/store";
import {Match, matches} from "./match/matches";
import play = chrome.cast.media.timeout.play;
async function main() {
let match: Match;