Skip to content

Commit

Permalink
fix: add missing extension that prevents proper ESM support
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 authored and sun-mota committed Oct 23, 2024
1 parent efd08b4 commit 69724a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auro-hyperlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { AuroDependencyVersioning } from '@aurodesignsystem/auro-library/scripts
import * as RuntimeUtils from '@aurodesignsystem/auro-library/scripts/utils/runtimeUtils.mjs';

import { AuroIcon } from '@aurodesignsystem/auro-icon/src/auro-icon.js';
import iconVersion from './iconVersion';
import iconVersion from './iconVersion.js';

// import the processed CSS file into the scope of the component
import styleCss from "./style-css.js";
Expand Down

0 comments on commit 69724a2

Please sign in to comment.