Skip to content

Commit

Permalink
style: Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 18, 2024
1 parent bd42340 commit 8b58e52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imports/infoitem.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
* a date when is was created
* and a list of associated tags.
*/
import { User } from "/imports/user";
import { _ } from "lodash";
import { Meteor } from "meteor/meteor";
import { Random } from "meteor/random";

import { formatDateISO8601 } from "./helpers/date";
import { StringUtils } from "./helpers/string-utils";
import { User } from "/imports/user";

/**
* The InfoItem class represents an information item in a topic.
Expand Down

0 comments on commit 8b58e52

Please sign in to comment.