We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809c097 commit 4301f82Copy full SHA for 4301f82
assets/javascripts/discourse/routes/custom-wizard-step.js
@@ -1,7 +1,7 @@
1
import { action } from "@ember/object";
2
import Route from "@ember/routing/route";
3
import { service } from "@ember/service";
4
-import { scrollTop } from "discourse/mixins/scroll-top";
+import { scrollTop } from "discourse/lib/scroll-top";
5
import I18n from "I18n";
6
import { getCachedWizard } from "../models/custom-wizard";
7
0 commit comments