Skip to content

Commit 4301f82

Browse files
committed
DEV: use lib path for scroll-top util function
1 parent 809c097 commit 4301f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/discourse/routes/custom-wizard-step.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { action } from "@ember/object";
22
import Route from "@ember/routing/route";
33
import { service } from "@ember/service";
4-
import { scrollTop } from "discourse/mixins/scroll-top";
4+
import { scrollTop } from "discourse/lib/scroll-top";
55
import I18n from "I18n";
66
import { getCachedWizard } from "../models/custom-wizard";
77

0 commit comments

Comments
 (0)