This commit is contained in:
hamid zarghami
2026-02-14 10:01:49 +03:30
parent bb33c2b516
commit 4aa28eea59
10 changed files with 5 additions and 215 deletions
-7
View File
@@ -1,7 +0,0 @@
'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" />;
}