Skip to content

fix: resolve duplicate imports and corrupted merges in App.tsx and StatusBadge#237

Open
ahmedabbas52233-a11y wants to merge 1 commit into
Navin-xmr:mainfrom
ahmedabbas52233-a11y:fix/resolve-merge-corruption
Open

fix: resolve duplicate imports and corrupted merges in App.tsx and StatusBadge#237
ahmedabbas52233-a11y wants to merge 1 commit into
Navin-xmr:mainfrom
ahmedabbas52233-a11y:fix/resolve-merge-corruption

Conversation

@ahmedabbas52233-a11y
Copy link
Copy Markdown
Contributor

Summary

Fixes corrupted merge artifacts in main that broke the dev server after recent PR merges.

Changes

  • App.tsx: Removed duplicate createBrowserRouter import, duplicate page imports, duplicate routes, and broken object with dual path keys
  • StatusBadge.tsx: Removed stacked duplicate component code (two versions merged into one file), kept the version using shared shipmentStatus utils

Testing

  • pnpm install completes successfully
  • pnpm run dev starts without errors
  • App loads at http://localhost:5173/

Notes

These issues were introduced by a fast-forward merge that stacked conflicting code blocks instead of resolving them properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant