remove unused types

This commit is contained in:
Robert Soriano
2022-10-31 09:58:51 -07:00
parent 8ba8d79114
commit 3bfd3585b3
2 changed files with 4 additions and 11 deletions

View File

@@ -28,6 +28,7 @@ const { data: todos, pending, error, refresh } = await $client.todo.getTodos.que
trpc: {
abortOnUnmount: true,
},
immediate: true,
})
</script>