Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tile): use relative paths for imports in the same pkg (#12103)
### Related Ticket(s) [ADCMS-6691](https://jsw.ibm.com/browse/ADCMS-6691) Follow up to #12091 ### Description Quick followup to #12091. Updates imports for the same package to be relative paths. Can avoid weird local development / bundling bugs and maintains consistency with the rest of the codebase. ### Changelog **Changed** - Adjusts `import '@carbon/ibmdotcom-web-components/es*';` imports to relative path imports. <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
- Loading branch information