Skip to content

Commit adea317

Browse files
authored
Create page.tsx
1 parent d508d0a commit adea317

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/quizzes/surah/87/page.tsx

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

Comments
 (0)