Skip to content

Commit

Permalink
fix(ui): useInterval was not correctly exported #17021
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Mar 20, 2024
1 parent 6667a31 commit 8a3a99d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/composables.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import useQuasar from './composables/use-quasar.js'

import useHydration from './composables/use-hydration.js'
import useId from './composables/use-id.js'
import useInterval from './composables/use-interval.js'
import useRenderCache from './composables/use-render-cache.js'
import useSplitAttrs from './composables/use-split-attrs.js'
import useTick from './composables/use-tick.js'
Expand All @@ -18,6 +19,7 @@ export {

useHydration,
useId,
useInterval,
useRenderCache,
useSplitAttrs,
useTick,
Expand Down

0 comments on commit 8a3a99d

Please sign in to comment.