| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| HeaderBar | ||
| components | ||
| Footer.jsx | ||
| NoticeModal.jsx | ||
| PageLayout.jsx | ||
| SetupCheck.js | ||
| SiderBar.jsx |
The Linux/Vite build failed with: “Could not resolve "./headerbar" from "src/components/layout/PageLayout.jsx"” On Linux and with stricter ESM/rollup resolution, directory index files (index.jsx) may not be auto-resolved reliably. Explicitly importing the index file ensures cross-platform stability. Changes: - Update PageLayout import from "./headerbar" to "./headerbar/index.jsx" Impact: - Fixes build on Linux - No runtime behavior changes Verification: - Linter passes for web/src/components/layout/PageLayout.jsx Notes: - Prefer explicit index file imports (and extensions) to avoid platform differences.
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| HeaderBar | Loading commit data... | |
| components | Loading commit data... | |
| Footer.jsx | Loading commit data... | |
| NoticeModal.jsx | Loading commit data... | |
| PageLayout.jsx | Loading commit data... | |
| SetupCheck.js | Loading commit data... | |
| SiderBar.jsx | Loading commit data... |