DEV: Fix decorator deprecations (#20438)

…and correctly fix the decorateCookedElement id arg
This commit is contained in:
Jarek Radosz
2023-02-24 10:50:52 +01:00
committed by GitHub
parent 1dca7b8b0a
commit 04659b0e41
10 changed files with 20 additions and 18 deletions
@@ -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";