Skip to content

Commit 34c8ff3

Browse files
committed
fix: resolve circular dependency warning
1 parent 92c5c78 commit 34c8ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/coreui-vue/src/utils/getRTLPlacement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Placement } from '@popperjs/core'
2-
import { isRTL } from '../utils'
2+
import isRTL from './isRTL'
33

44
const getRTLPlacement = (placement: string, element: HTMLDivElement | null): Placement => {
55
switch (placement) {

0 commit comments

Comments
 (0)