Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BipanKishore committed May 18, 2024
1 parent f57be00 commit 04590a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/resizable-panes-js/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {getResizablePanes} from './resizable-provider'
// import {INITIAL_CONFIG, CHILD_CONFIG} from './utils'

export {BUTTOM_FIRST, RATIO, TOP_FIRST} from '../../resizable-core/src'
export {BUTTOM_FIRST, RATIO, TOP_FIRST} from '../../resizable-core'
export default getResizablePanes

// const [api] = getResizablePanes(INITIAL_CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion packages/resizable-panes-next/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export {
ResizablePaneProvider as ResizablePanes
} from './components/resizable-pane-provider'

export {RATIO, BUTTOM_FIRST, TOP_FIRST} from '../../resizable-core/src'
export {RATIO, BUTTOM_FIRST, TOP_FIRST} from '../../resizable-core'
2 changes: 1 addition & 1 deletion packages/resizable-panes-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export {
ResizablePaneProvider as ResizablePanes
} from './components/resizable-pane-provider'

export {RATIO, BUTTOM_FIRST, TOP_FIRST} from '../../resizable-core/src'
export {RATIO, BUTTOM_FIRST, TOP_FIRST} from '../../resizable-core'

0 comments on commit 04590a8

Please sign in to comment.