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 5d56f62 commit f057bbfCopy full SHA for f057bbf
app/quizzes/surah/85/page.tsx
@@ -0,0 +1,10 @@
1
+import AlBurujQuizClient from "./client";
2
+
3
+export const metadata = {
4
+ title: "Surah Al-Buruj Quiz | KALAM",
5
+ description: "Test your knowledge of vocabulary from Surah Al-Buruj (The Constellations)",
6
+}
7
8
+export default function AlBurujQuizPage() {
9
+ return <AlBurujQuizClient />;
10
0 commit comments