Skip to content

Commit

Permalink
fix: add use client
Browse files Browse the repository at this point in the history
  • Loading branch information
ienrum committed Jul 16, 2024
1 parent edde507 commit abc1152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(post)/result/[postId]/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { PropsWithChildren, Suspense } from 'react';

import Link from 'next/link';
Expand Down

0 comments on commit abc1152

Please sign in to comment.