Skip to content

Commit 2b8851b

Browse files
build fix
1 parent 786a757 commit 2b8851b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/components/CatalogueContent.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import { Button } from "@/components/ui/button";
77
import {
88
type IPaper,
99
type Filters,
10-
IRelatedSubject,
11-
StoredSubjects,
10+
type StoredSubjects
1211
} from "@/interface";
1312
import Card from "./Card";
1413
import { useRouter } from "next/navigation";
@@ -18,12 +17,12 @@ import Error from "./Error";
1817
import { Filter } from "lucide-react";
1918
import { Sheet, SheetContent, SheetTrigger } from "./ui/sheet";
2019
import { Pin } from "lucide-react";
21-
import { StoredSubjects } from "@/interface";
2220
import {
2321
getSecureUrl,
2422
generateFileName,
2523
downloadFile,
2624
} from "@/util/download_paper";
25+
import Link from "next/link";
2726

2827
const CatalogueContent = () => {
2928
const router = useRouter();

0 commit comments

Comments
 (0)