Skip to content

Skeleton is imported twice in Tracker.tsx #345

@Jai-Shankar1033

Description

@Jai-Shankar1033

🐛 Bug Report

File: src/pages/Tracker/Tracker.tsx

Problem:
Skeleton is imported twice from @mui/material
causing a duplicate identifier warning during build.

Current Code:
import {
...
Skeleton,
...
Skeleton,
...
} from "@mui/material";

Expected Fix:
Remove the duplicate Skeleton import, keeping only one.

Impact: Build warnings, potential TypeScript errors

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions