mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 18:19:58 +00:00
Re-format app imports
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { Client } from "castv2"
|
||||
import { createBrowser, tcp } from "mdns-js"
|
||||
import { Client } from "castv2";
|
||||
import { createBrowser, tcp } from "mdns-js";
|
||||
|
||||
import http from "http"
|
||||
import fs from "fs"
|
||||
import path from "path"
|
||||
|
||||
import * as transforms from "./transforms"
|
||||
import http from "http";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
import * as transforms from "./transforms";
|
||||
|
||||
const browser = createBrowser(tcp("googlecast"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user