Skip to content

Commit

Permalink
fix: adjust import in DragRowUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
DonkeyCo committed Oct 1, 2024
1 parent 090dc6a commit ffb44ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/base/src/util/dragAndDrop/DragRowUtil.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type UI5Element from "../../UI5Element";
import type MovePlacement from "../../types/MovePlacement";
import type UI5Element from "../../UI5Element.js";
import type MovePlacement from "../../types/MovePlacement.js";
import DragRegistry from "./DragRegistry.js";
import { findClosestPosition } from "./findClosestPosition.js";
import Orientation from "../../types/Orientation.js";
Expand Down

0 comments on commit ffb44ed

Please sign in to comment.