Skip to content

Commit

Permalink
added comment and comments page
Browse files Browse the repository at this point in the history
  • Loading branch information
NazireAta committed May 14, 2024
1 parent 1655921 commit 82f68c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Comment.tsx
Original file line number Diff line number Diff line change
@@ -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";


Expand Down
1 change: 0 additions & 1 deletion frontend/src/routes/commentsPage.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 82f68c1

Please sign in to comment.