We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a63c61 + ac19d8a commit e6070a9Copy full SHA for e6070a9
src/components/blocks-list.tsx
@@ -9,6 +9,7 @@ import { formatDateTime } from "@/lib/utils"
9
import { blockAPI } from "@/lib/api"
10
import { Pagination, SimplePagination } from "@/components/pagination"
11
import { useNetworkOverview } from "@/hooks/useNetworkStats"
12
+import { BlocksListSkeleton } from "./skeletons/blocks-list-skeleton"
13
14
interface Block {
15
hash: string
0 commit comments