'use client'; import { MyPlot } from '@/components/portal/pages'; import { usePortal } from '@/components/portal/portal-context'; export default function PlotPage() { const { go, toast } = usePortal(); return ; }