diff --git a/frontend/src/components/Comment.tsx b/frontend/src/components/Comment.tsx index 8a9203dc..cde8ce49 100644 --- a/frontend/src/components/Comment.tsx +++ b/frontend/src/components/Comment.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; +import { Card, CardContent, CardHeader } from "@/components/ui/card"; import { UserSummary } from "@/services/api/semanticBrowseSchemas"; diff --git a/frontend/src/routes/commentsPage.tsx b/frontend/src/routes/commentsPage.tsx index 00e41b30..3efe8fae 100644 --- a/frontend/src/routes/commentsPage.tsx +++ b/frontend/src/routes/commentsPage.tsx @@ -1,4 +1,3 @@ -import { useState } from "react"; import { Comment } from "../components/Comment"; import { FullscreenLoading } from "../components/FullscreenLoading"; import { Alert, AlertDescription, AlertTitle } from "../components/ui/alert";