Skip to content

[Bug]: MoreVertical icon used but not imported in MyFiles.tsx #201

Description

@Git-Shubham14

Description

The MoreVertical icon from lucide-react is used in MyFiles.tsx at lines 1628 and 1955 but is never imported at the top of the file. This causes a TypeScript error and will break the build in strict mode.

Error

Cannot find name 'MoreVertical'. ts(2304)

Line 1628
Line 1955

File

client/src/components/Home/MyFiles.tsx

Steps to Reproduce

  1. Open the project in VS Code
  2. Open client/src/components/Home/MyFiles.tsx
  3. TypeScript will immediately highlight lines 1628 and 1955 with the error

Expected Behaviour

MoreVertical should be imported from lucide-react alongside other icon imports.

Fix

Add MoreVertical to the lucide-react import block at the top of the file.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions