mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-02-06 07:03:48 +01:00
fix debug and remove useless import
This commit is contained in:
@@ -98,7 +98,6 @@ async function handleLike() {
|
|||||||
<p class="text-subtitle">
|
<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>
|
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>
|
</p>
|
||||||
{{ likeCookie }}
|
|
||||||
<div class="flex gap-4 flex-wrap">
|
<div class="flex gap-4 flex-wrap">
|
||||||
<UButton
|
<UButton
|
||||||
v-if="isLiked"
|
v-if="isLiked"
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import process from 'node:process'
|
|
||||||
import { loggerLink } from '@trpc/client'
|
import { loggerLink } from '@trpc/client'
|
||||||
import SuperJSON from 'superjson'
|
import SuperJSON from 'superjson'
|
||||||
import { createTRPCNuxtClient, httpBatchLink } from 'trpc-nuxt/client'
|
import { createTRPCNuxtClient, httpBatchLink } from 'trpc-nuxt/client'
|
||||||
|
|||||||
Reference in New Issue
Block a user