We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0048c62 commit f16e18cCopy full SHA for f16e18c
packages/coreui-vue/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