Skip to content

Commit 0423ade

Browse files
remove unused string import
1 parent 06393a5 commit 0423ade

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/Searchbar/searchbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import SearchBarChild from "./searchbar-child";
77
import PinnedSearchBar from "./pinned-searchbar";
88
import { type IUpcomingPaper } from "@/interface";
99
import { useState, useEffect } from "react";
10-
import { string } from "zod";
1110

1211
export async function fetchSubjects() {
1312
try {

0 commit comments

Comments
 (0)