Remove unused import

This commit is contained in:
Arnaud 2024-11-01 15:38:03 +01:00
parent 55a704b008
commit 68958a99ac
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
3 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@codex-storage/marketplace-ui-components", "name": "@codex-storage/marketplace-ui-components",
"version": "0.0.29", "version": "0.0.30",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@codex-storage/marketplace-ui-components", "name": "@codex-storage/marketplace-ui-components",
"version": "0.0.29", "version": "0.0.30",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"lucide-react": "^0.453.0" "lucide-react": "^0.453.0"

View File

@ -5,7 +5,7 @@
"type": "git", "type": "git",
"url": "https://github.com/codex-storage/codex-marketplace-ui-components" "url": "https://github.com/codex-storage/codex-marketplace-ui-components"
}, },
"version": "0.0.29", "version": "0.0.30",
"type": "module", "type": "module",
"scripts": { "scripts": {
"prepack": "npm run build", "prepack": "npm run build",

View File

@ -9,7 +9,6 @@ import "./dropdown.css";
import { attributes } from "../utils/attributes"; import { attributes } from "../utils/attributes";
import { Backdrop } from "../Backdrop/Backdrop"; import { Backdrop } from "../Backdrop/Backdrop";
import { Input } from "../Input/Input"; import { Input } from "../Input/Input";
import { classnames } from "../utils/classnames";
export type DropdownOption = { export type DropdownOption = {
/** /**