mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
fix debug and remove useless import
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user