Skip to content

Fix Admin import casing so CI build resolves on Linux#41

Merged
Vector897 merged 1 commit into
mainfrom
fix/ci-admin-import-case
Jul 15, 2026
Merged

Fix Admin import casing so CI build resolves on Linux#41
Vector897 merged 1 commit into
mainfrom
fix/ci-admin-import-case

Conversation

@Vector897

Copy link
Copy Markdown
Owner

Summary

  • Import components/Admin with correct case so Linux runners resolve the module (Windows was masking the mismatch).

Test plan

  • Frontend build job passes

Made with Cursor

Copilot AI review requested due to automatic review settings July 15, 2026 14:11
@Vector897
Vector897 merged commit ab200cf into main Jul 15, 2026
@Vector897
Vector897 deleted the fix/ci-admin-import-case branch July 15, 2026 14:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Fixes a case-sensitive import path in the frontend Admin page so module resolution works correctly on Linux CI runners (where filesystem paths are case-sensitive, unlike Windows defaults).

Changes:

  • Updated DashboardCharts import from ../components/admin/... to ../components/Admin/... to match the actual directory casing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants