Skip to content

Commit

Permalink
fix: resolve circular dependency warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Jul 7, 2023
1 parent f3731cb commit adfaf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/coreui-react/src/utils/getRTLPlacement.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Placement } from '@popperjs/core'
import { isRTL } from '../utils'
import isRTL from './isRTL'

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

0 comments on commit adfaf78

Please sign in to comment.