We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6303752 commit 9d4f8aeCopy full SHA for 9d4f8ae
app/quizzes/surah/84/page.tsx
@@ -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