diff --git a/app/page.jsx b/app/page.jsx index 5883028..2507b76 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -1,7 +1,7 @@ "use client"; import React from "react"; -import { listInvestigations, clearInvestigation } from "@/lib/storage/investigation-storage"; +import { listInvestigations, restartInvestigation } from "@/lib/storage/investigation-storage"; import Link from "next/link"; import { useRouter } from "next/navigation"; @@ -98,7 +98,7 @@ function Portfolio() {