diff --git a/src/app/[locale]/[detail]/page.tsx b/src/app/[locale]/[detail]/page.tsx
new file mode 100644
index 0000000..1871be4
--- /dev/null
+++ b/src/app/[locale]/[detail]/page.tsx
@@ -0,0 +1,10 @@
+import { PlagiarismDetailPage } from '@/widgets/detail/ui/detailPage';
+
+interface Props {
+ params: Promise<{ detail: string }>;
+}
+
+export default async function DetailPage({ params }: Props) {
+ const { detail } = await params;
+ return
Failed to load check
+{message}
+{check.sender.email}
++ ID: {check.id} +
++ Analysis in progress +
++ Results will appear once processing is complete. +
+No result available.
+ + ); + } + + const { result } = check; + + return ( ++ {result.checkedWords.toLocaleString()} +
+Words Checked
++ {result.matchedWords.toLocaleString()} +
+Words Matched
++ {src.title} +
+ ++ {src.matchedWords.toLocaleString()} words +
++ No certificate issued for this check. +
+ {check.result?.similarityLevel === 'high' && ( ++ Certificates are not issued for high-similarity results. +
+ )} ++ {certificate.issuerName} +
++ {certificate.verificationCode} +
++ Certificate ID: {certificate.id} +
+{checkId}
++ All plagiarism checks submitted by you +
+