Skip to content

Commit

Permalink
fix: clean up dropdown version imports after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 4, 2024
1 parent c7ddea1 commit 07b0815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dropdown/src/auro-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import AuroFloatingUI from './floatingUI.mjs';
import { AuroDependencyVersioning } from '@aurodesignsystem/auro-library/scripts/runtime/dependencyTagVersioning.mjs';

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

import styleCss from "./styles/style-css.js";
import colorCss from "./styles/color-css.js";
Expand Down

0 comments on commit 07b0815

Please sign in to comment.