Skip to content

Commit e6070a9

Browse files
authored
Merge pull request #155 from Tech-Expansion/feat/title+hide_prj_ctl+placeholder
chore: add missing import
2 parents 2a63c61 + ac19d8a commit e6070a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/blocks-list.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { formatDateTime } from "@/lib/utils"
99
import { blockAPI } from "@/lib/api"
1010
import { Pagination, SimplePagination } from "@/components/pagination"
1111
import { useNetworkOverview } from "@/hooks/useNetworkStats"
12+
import { BlocksListSkeleton } from "./skeletons/blocks-list-skeleton"
1213

1314
interface Block {
1415
hash: string

0 commit comments

Comments
 (0)