is it okay to use `await useFetch()` inside my composable?
is it okay to use
await useFetch() inside my composable, which is not a useFetch wrapper. i am then using my composable inside the <script setup> with await. something like thisconst { status, refresh, productList, totalCost } = await useMyCart()