Skip to content

Commit

Permalink
Update apps/kampus/app/odin/temel-bilgiler-seruveni/[...lesson]/page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
usirin authored Dec 30, 2023
1 parent fae830b commit 96de4b6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ export const dynamic = "force-dynamic";
export default async function OdinLessonPage({ params }: { params: { lesson: string[] } }) {
const id = params.lesson.join("/");

console.log(params);

const preloadedQuery = await loadSerializableQuery<OdinLessonQuery>(OdinLessonQueryNode, {
id,
});
Expand Down

0 comments on commit 96de4b6

Please sign in to comment.