Skip to content

Commit

Permalink
fix: update private composable import
Browse files Browse the repository at this point in the history
  • Loading branch information
thexeos authored Apr 23, 2024
1 parent 426a690 commit d9e2a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/scroll-area/QScrollAreaControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { dirProps } from './use-scroll-area.js'

import TouchPan from '../../directives/touch-pan/TouchPan.js'

import { createComponent } from '../../utils/private/create.js'
import { createComponent } from '../../utils/private.create/create.js'

const panOpts = {
prevent: true,
Expand Down

0 comments on commit d9e2a5f

Please sign in to comment.