mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
FIX: Correct error in ip-lookup component definition (#17339)
7caaee2 introduced a duplicate definition of the component JS. This likely happened because we had the template defined under `javascripts/discourse`, and the component JS defined under `javascript/admin`. This commit removes the duplicate definition, and moves the template to the admin addon
This commit is contained in:
parent
a6c3369614
commit
2a7fb4bf3a
@ -1,3 +0,0 @@
|
||||
import Component from "@ember/component";
|
||||
|
||||
export default Component.extend({});
|
Loading…
x
Reference in New Issue
Block a user