Skip to content

Commit

Permalink
fix import deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Oct 5, 2023
1 parent 7b141ed commit a105fdb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
import {getOwner} from 'discourse-common/lib/get-owner';
import { getOwner } from "@ember/application";

export default {
setupComponent (attrs, component) {
Expand Down

0 comments on commit a105fdb

Please sign in to comment.