mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
Merge imports from the same module (#9144)
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
import { once } from "@ember/runloop";
|
||||
import { debounce } from "@ember/runloop";
|
||||
import { cancel } from "@ember/runloop";
|
||||
import { cancel, debounce, once } from "@ember/runloop";
|
||||
import Component from "@ember/component";
|
||||
import { equal, gt } from "@ember/object/computed";
|
||||
import { Promise } from "rsvp";
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { debounce } from "@ember/runloop";
|
||||
import { cancel } from "@ember/runloop";
|
||||
import { cancel, debounce } from "@ember/runloop";
|
||||
import Component from "@ember/component";
|
||||
import { gt } from "@ember/object/computed";
|
||||
import computed, { on } from "discourse-common/utils/decorators";
|
||||
|
Reference in New Issue
Block a user