diff --git a/interface/hq-dashboard/app/gmail/page.jsx b/interface/hq-dashboard/app/gmail/page.jsx index 05a4f2b..8bad165 100644 --- a/interface/hq-dashboard/app/gmail/page.jsx +++ b/interface/hq-dashboard/app/gmail/page.jsx @@ -1,5 +1,5 @@ "use client"; -import GmailAgentUI from '../components/GmailAgentUI'; +import GmailAgentUI from '../../components/GmailAgentUI'; export default function GmailPage() { return ( diff --git a/interface/hq-dashboard/app/whatsapp/page.jsx b/interface/hq-dashboard/app/whatsapp/page.jsx index e7fb3cb..fd46dea 100644 --- a/interface/hq-dashboard/app/whatsapp/page.jsx +++ b/interface/hq-dashboard/app/whatsapp/page.jsx @@ -1,5 +1,5 @@ "use client"; -import WhatsAppAgentUI from '../components/WhatsAppAgentUI'; +import WhatsAppAgentUI from '../../components/WhatsAppAgentUI'; export default function WhatsAppPage() { return (