Skip to content

Commit fa062ad

Browse files
committed
Remove useAsyncQuery import
1 parent c975f19 commit fa062ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/product/[product].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
</template>
44

55
<script setup>
6-
import { useAsyncQuery } from "@vue/apollo-composable";
76
import GET_SINGLE_PRODUCT_QUERY from "@/apollo/queries/GET_SINGLE_PRODUCT_QUERY.gql";
7+
88
const route = useRoute();
99
1010
const variables = { id: route.query.id };

0 commit comments

Comments
 (0)