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 changed files with 0 additions and 6 deletions

View File

@ -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(
);