fix: remove useless imports and sort them

add missing key in iterator
This commit is contained in:
Christian Andolf
2025-02-27 09:35:35 +01:00
parent 082a162257
commit 0c1396f2ee
10 changed files with 4 additions and 21 deletions

View File

@@ -1,5 +1,3 @@
import { Suspense } from "react"
import { serverClient } from "@/lib/trpc/server"
import Blocks from "@/components/Blocks"