Fix import paths for standalone components

This commit is contained in:
Antigravity 2026-06-13 22:42:03 -04:00
parent 6eda59bfa7
commit 3cc80aeba5
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
"use client"; "use client";
import GmailAgentUI from '../components/GmailAgentUI'; import GmailAgentUI from '../../components/GmailAgentUI';
export default function GmailPage() { export default function GmailPage() {
return ( return (

View File

@ -1,5 +1,5 @@
"use client"; "use client";
import WhatsAppAgentUI from '../components/WhatsAppAgentUI'; import WhatsAppAgentUI from '../../components/WhatsAppAgentUI';
export default function WhatsAppPage() { export default function WhatsAppPage() {
return ( return (