Skip to content

Commit

Permalink
fix: package export
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisePatrikainen committed Dec 17, 2023
1 parent 8204503 commit 25d1224
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/runtime/composables/useFetchQuery.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
function useFetchQuery() {
export function useFetchQuery() {
console.log('useFetchQuery');
}

export default useFetchQuery;

0 comments on commit 25d1224

Please sign in to comment.