Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Jul 1, 2024
1 parent 3edee5a commit a5ca881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Publications.tsx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit a5ca881

Please sign in to comment.