Skip to content

Commit

Permalink
remove redundant import
Browse files Browse the repository at this point in the history
Signed-off-by: Chris-Robin Ennen <[email protected]>
  • Loading branch information
4350pChris committed May 24, 2024
1 parent 0c5933a commit 63c6528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vike-vue/src/hooks/useData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

export { useData }

import { type ComputedRef, computed } from 'vue'
import { usePageContext } from './usePageContext'

function useData<Data>(): Data {
Expand Down

0 comments on commit 63c6528

Please sign in to comment.