Skip to content

Commit

Permalink
chore: comment unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Apr 26, 2024
1 parent 155c348 commit 06ed908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/controllers/ad-controller.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { debounce } from "throttle-debounce";
import * as Numbers from "../utils/numbers";
// import * as Numbers from "../utils/numbers";
import * as ConfigEvent from "../observables/config-event";
import * as BannerEvent from "../observables/banner-event";
import Config from "../config";
Expand Down

0 comments on commit 06ed908

Please sign in to comment.