diff --git a/web/src/app/dashboard/page.tsx b/web/src/app/dashboard/page.tsx index f08dd95f..21dedf56 100644 --- a/web/src/app/dashboard/page.tsx +++ b/web/src/app/dashboard/page.tsx @@ -1,6 +1,7 @@ "use client" import { AlertCircle, RefreshCw } from "lucide-react" +import { ExperimentalWarning } from "@/components/experimental-warning" import { SubmissionsDataTable } from "@/components/submissions-data-table" import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert" import { Button } from "@/components/ui/button" @@ -104,6 +105,7 @@ export default function DashboardPage() { // Success state return (
+ Submissions Dashboard