This commit is contained in:
hamid zarghami
2025-12-10 10:42:50 +03:30
parent 9248fe3cee
commit a18e052909
9 changed files with 279 additions and 109 deletions
+7
View File
@@ -0,0 +1,7 @@
'use client';
export default function PagerPage() {
// This page is just a route trigger, the actual modal is handled in DialogsLayout
// We return an empty div so the route exists for pathname detection
return <div className="hidden" />;
}