Fix import paths for standalone components
This commit is contained in:
parent
6eda59bfa7
commit
3cc80aeba5
|
|
@ -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 (
|
||||||
|
|
|
||||||
|
|
@ -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 (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue