Skip to content

Commit

Permalink
Remove unused import from mutiny-app
Browse files Browse the repository at this point in the history
  • Loading branch information
caolan committed Jul 22, 2024
1 parent 7e99983 commit 9529c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mutiny-app/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { connect, defaultSocketPath, MutinyClient, PeerEvent, Message, AnnounceEvent } from "../../lib/client.ts";
import { connect, defaultSocketPath, MutinyClient, Message } from "../../lib/client.ts";
import { parseArgs } from "@std/cli/parse-args";
import { serveDir } from "@std/http";

Expand Down

0 comments on commit 9529c7b

Please sign in to comment.