Skip to content

Commit f057bbf

Browse files
authored
Create page.tsx Surah 85 Al-Buruj The Constellations
Create page.tsx Surah 85 Al-Buruj The Constellations
1 parent 5d56f62 commit f057bbf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/quizzes/surah/85/page.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)