1
0
mirror of synced 2026-08-07 10:56:55 +00:00

FIX: Remove component file

This file is no longer necessary.

Follow up to: 45fbba08fc
This commit is contained in:
Blake Erickson
2020-01-10 18:34:24 -07:00
parent 45fbba08fc
commit d2ac25857f
@@ -1,6 +0,0 @@
import { on, observes } from "ember-addons/ember-computed-decorators";
import debounce from "discourse/lib/debounce";
import highlightSyntax from "discourse/lib/highlight-syntax";
export default Ember.Component.extend(
);