diff --git a/src/Umbraco.Web.UI.Client/libs/sorter/sorter.controller.ts b/src/Umbraco.Web.UI.Client/libs/sorter/sorter.controller.ts index 4da2065bb5..13014e52bb 100644 --- a/src/Umbraco.Web.UI.Client/libs/sorter/sorter.controller.ts +++ b/src/Umbraco.Web.UI.Client/libs/sorter/sorter.controller.ts @@ -1,5 +1,4 @@ import { UmbControllerInterface, UmbControllerHostElement } from '@umbraco-cms/backoffice/controller'; -import { NullValue } from 'rollup'; const autoScrollSensitivity = 50; const autoScrollSpeed = 16;