Utils
ScrollingUtils
Remove ScrollingUtils namespace from "@omnia/wcm" module.
// the exported namespace no logner exist in 7.0
import { ScrollingUtils } from "@omnia/wcm";
Use ScrollPagingUtils namespace from "@omnia/fx" module instead.
import { ScrollPagingUtils } from "@omnia/fx";