DEV: Fix decorator deprecations (#20438)
…and correctly fix the decorateCookedElement id arg
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { observes, on } from "discourse-common/utils/decorators";
|
||||
import { observes, on } from "@ember-decorators/object";
|
||||
import Component from "@ember/component";
|
||||
import highlightSyntax from "discourse/lib/highlight-syntax";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user