Skip to content

Commit f902172

Browse files
committed
fix: circular dependency warning
1 parent 274f5b9 commit f902172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/coreui-react/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)