Skip to content

Commit f16e18c

Browse files
committed
fix: remove circular dependency
1 parent 0048c62 commit f16e18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)