Fix import paths for standalone components
This commit is contained in:
parent
6eda59bfa7
commit
3cc80aeba5
|
|
@ -1,5 +1,5 @@
|
|||
"use client";
|
||||
import GmailAgentUI from '../components/GmailAgentUI';
|
||||
import GmailAgentUI from '../../components/GmailAgentUI';
|
||||
|
||||
export default function GmailPage() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
"use client";
|
||||
import WhatsAppAgentUI from '../components/WhatsAppAgentUI';
|
||||
import WhatsAppAgentUI from '../../components/WhatsAppAgentUI';
|
||||
|
||||
export default function WhatsAppPage() {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Reference in New Issue