Skip to content

Commit

Permalink
fixed the index/icon mess
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHoffmannS2 committed Dec 22, 2023
1 parent 97dd939 commit 9f11ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { BlrNumberInputRenderFunction, BlrNumberInputType } from './index';
import { FormSizes, Units } from '../../../globals/constants';
import { Themes } from '../../../foundation/_tokens-generated/index.themes';
import { PureIconKeys } from '@boiler/icons/icons-optimized/icons';
import { PureIconKeys } from '@boiler/icons/icons-optimized';
import { html } from 'lit';
import { action } from '@storybook/addon-actions';

Expand Down

0 comments on commit 9f11ff9

Please sign in to comment.