Skip to content

fix: correct import path for CreateEvent component#1329

Open
raghunath-bhattacharjee wants to merge 1 commit intongoworldcommunity:mainfrom
raghunath-bhattacharjee:main
Open

fix: correct import path for CreateEvent component#1329
raghunath-bhattacharjee wants to merge 1 commit intongoworldcommunity:mainfrom
raghunath-bhattacharjee:main

Conversation

@raghunath-bhattacharjee
Copy link
Copy Markdown

closes #

👷🏻 Changes made

Fixed a critical import case sensitivity bug that prevented the app from running in development mode. The CreateEvent component was being imported with incorrect casing (createEvent instead of CreateEvent) in src/pages/events/all/Events.jsx.

On Linux systems with case-sensitive file systems, this caused the module bundler to fail during npm run dev. Updated the import path to match the actual filename with proper casing to resolve the module resolution error.

📸 Screenshots

DeepinScreenshot_select-area_20260116002904 DeepinScreenshot_select-area_20260116002826

@github-project-automation github-project-automation Bot moved this to Todo in Milan Jan 15, 2026
@github-actions github-actions Bot added status: todo ⏳ This issue is yet to be seen by the maintainer of the project. 🐞 bug This is a patch, generally fixing some bugs. labels Jan 15, 2026
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @raghunath-bhattacharjee, thank you for raising a pull request.

Currently, the pull request is marked as status: todo ⏳ This issue is yet to be seen by the maintainer of the project. so please wait until the maintainers/owner review it and provide you with feedback/suggestions to proceed further.

Feel free to reach out to Tamal on Twitter, or drop a mail at tamalcodes@gmail.com if you think that this pull request is of critical priority.

Give us a ⭐ to show some support
Happy OpenSource 🚀

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

Labels

🐞 bug This is a patch, generally fixing some bugs. status: todo ⏳ This issue is yet to be seen by the maintainer of the project.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant