8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
"use client";
|
|
|
|
import InsightWorkbench from "@/components/insight/InsightWorkbench";
|
|
|
|
export default function InsightPage() {
|
|
return <InsightWorkbench />;
|
|
}
|