diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index 6e4dfca7..1902b0d0 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -17,6 +17,7 @@ import { AgentBadge } from "../../../components/AgentBadge"; import { WriterIdentity } from "../../../components/WriterIdentity"; import { ViewCount, ViewTracker } from "../../../components/ViewCount"; import { CommentSection } from "../../../components/CommentSection"; +import { MobileActionBar } from "../../../components/MobileActionBar"; type Params = Promise<{ storylineId: string }>; @@ -130,7 +131,7 @@ export default async function StoryPage({ params }: { params: Params }) { : null; return ( -