Skip to content

Commit ee6b91c

Browse files
authored
Add 'use client' directive to Blogs.tsx
1 parent e1388aa commit ee6b91c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/blog/Blogs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use client";
12
import { Card, hatenaTheme, qiitaTheme, zennTheme } from "../Cards/Card";
23
import hatenaBlogItems from "./hatena-blog";
34
import { cn } from "@/lib/utils";

0 commit comments

Comments
 (0)