Skip to content

Commit

Permalink
🐞 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakobayashidev committed Jun 16, 2023
1 parent f95b633 commit f09ed2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ export default async function Page() {
<section className="py-8">
<div className="mx-auto max-w-screen-xl px-4 md:px-8">
<h2 className="font-bold text-2xl mb-5">最新の議会</h2>
{/* @ts-expect-error Async Server Component */}
<Meetings />
</div>
</section>
Expand Down

1 comment on commit f09ed2a

@vercel
Copy link

@vercel vercel bot commented on f09ed2a Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.