Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use explicit module imports for dayjs (#11030)
**Related Issue:** N/A ## Summary This should help bundlers (e.g., Webpack) resolve dependencies due to ambiguous paths. For context, Lumina doesn't bundle dependencies like Stencil did. `dayjs` imports were causing trouble because of this.
- Loading branch information