Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed Jun 5, 2024
1 parent 66222e3 commit 73624a3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions js/menu/filter/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ import {
visibleParticles,
} from "../../main.js";
import { CheckboxBuilder, BitFieldBuilder } from "./builders.js";
import {
Range,
Checkbox,
BitfieldCheckbox,
ValueCheckBox,
buildCriteriaFunction,
} from "./parameters.js";
import { Range, Checkbox, buildCriteriaFunction } from "./parameters.js";
import { reconnect } from "./reconnect.js";
import { getVisible } from "../../events.js";

Expand Down

0 comments on commit 73624a3

Please sign in to comment.