fix debug and remove useless import

This commit is contained in:
2023-09-03 20:25:59 +02:00
parent 3cb5c2dcf8
commit b78f79f59c
2 changed files with 0 additions and 2 deletions

View File

@@ -98,7 +98,6 @@ async function handleLike() {
<p class="text-subtitle">
Thanks for reading this post! If you liked it, please consider sharing it with your friends. <strong>Don't forget to leave a like!</strong>
</p>
{{ likeCookie }}
<div class="flex gap-4 flex-wrap">
<UButton
v-if="isLiked"

View File

@@ -1,4 +1,3 @@
import process from 'node:process'
import { loggerLink } from '@trpc/client'
import SuperJSON from 'superjson'
import { createTRPCNuxtClient, httpBatchLink } from 'trpc-nuxt/client'