We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3731cb commit adfaf78Copy full SHA for adfaf78
packages/coreui-react/src/utils/getRTLPlacement.ts
@@ -1,5 +1,5 @@
1
import { Placement } from '@popperjs/core'
2
-import { isRTL } from '../utils'
+import isRTL from './isRTL'
3
4
const getRTLPlacement = (placement: string, element: HTMLDivElement | null): Placement => {
5
switch (placement) {
0 commit comments