diff --git a/src/components/Publications.tsx b/src/components/Publications.tsx index 88c8143..6053721 100644 --- a/src/components/Publications.tsx +++ b/src/components/Publications.tsx @@ -1,5 +1,5 @@ import React, { useState } from "react" -import Select, { type Option } from "react-select" +import Select from "react-select" import PubPlaceholder from "./svg/PubPlaceholder.tsx" interface PubProps {