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 d508d0a commit adea317Copy full SHA for adea317
app/quizzes/surah/87/page.tsx
@@ -0,0 +1,10 @@
1
+import AlAlaQuizClient from "./client";
2
+
3
+export const metadata = {
4
+ title: "Surah Al-A'la Quiz | KALAM",
5
+ description: "Test your knowledge of vocabulary from Surah Al-A'la (The Most High)",
6
+}
7
8
+export default function AlAlaQuizPage() {
9
+ return <AlAlaQuizClient />;
10
0 commit comments