We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274f5b9 commit f902172Copy full SHA for f902172
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