Skip to content

Commit 9d4f8ae

Browse files
authored
Create page.tsx Surah 84 Al-Inshiqaq The Splitting Asunder
Create page.tsx Surah 84 Al-Inshiqaq The Splitting Asunder
1 parent 6303752 commit 9d4f8ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/quizzes/surah/84/page.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import AlInshiqaqQuizClient from "./client";
2+
3+
export const metadata = {
4+
title: "Surah Al-Inshiqaq Quiz | KALAM",
5+
description: "Test your knowledge of vocabulary from Surah Al-Inshiqaq (The Splitting Asunder)",
6+
}
7+
8+
export default function AlInshiqaqQuizPage() {
9+
return <AlInshiqaqQuizClient />;
10+
}

0 commit comments

Comments
 (0)