Skip to content

Commit

Permalink
TOCコンポーネントの名前をPostContentからTableOfContentsに変更しました
Browse files Browse the repository at this point in the history
  • Loading branch information
ttizze committed Feb 25, 2025
1 parent c82f9fe commit 5178732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect } from "react";
import * as tocbot from "tocbot";
import "tocbot/dist/tocbot.css";

export default function PostContent() {
export default function TableOfContents() {
useEffect(() => {
// tocbotの初期化
tocbot.init({
Expand Down

0 comments on commit 5178732

Please sign in to comment.