'use client'; export default function IndexPage() { return (
Welcome to Insight Playground
); }