Skip to content

Commit

Permalink
linting fix: alphabetize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Jul 27, 2023
1 parent 0323338 commit 31a33c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/core/client/embed/decorators/withSetCommentID.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { EventEmitter2 } from "eventemitter2";

import { parseQuery, stringifyQuery } from "coral-common/common/lib/utils";
import { buildURL } from "coral-framework/utils";
import { EventEmitter2 } from "eventemitter2";

import { CleanupCallback } from "./types";

Expand Down

0 comments on commit 31a33c6

Please sign in to comment.