We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786a757 commit 2b8851bCopy full SHA for 2b8851b
1 file changed
src/components/CatalogueContent.tsx
@@ -7,8 +7,7 @@ import { Button } from "@/components/ui/button";
7
import {
8
type IPaper,
9
type Filters,
10
- IRelatedSubject,
11
- StoredSubjects,
+ type StoredSubjects
12
} from "@/interface";
13
import Card from "./Card";
14
import { useRouter } from "next/navigation";
@@ -18,12 +17,12 @@ import Error from "./Error";
18
17
import { Filter } from "lucide-react";
19
import { Sheet, SheetContent, SheetTrigger } from "./ui/sheet";
20
import { Pin } from "lucide-react";
21
-import { StoredSubjects } from "@/interface";
22
23
getSecureUrl,
24
generateFileName,
25
downloadFile,
26
} from "@/util/download_paper";
+import Link from "next/link";
27
28
const CatalogueContent = () => {
29
const router = useRouter();
0 commit comments