Skip to content

Commit

Permalink
fixup! Chore(web-react): Resolve paths to icons using alias
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 18, 2024
1 parent 824a983 commit a1da524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-react/src/components/Collapse/demo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore: No declaration file -- @see https://jira.almacareer.tech/browse/DS-561 -- @see https://jira.almacareer.tech/browse/DS-561
// @ts-ignore: No declaration file -- @see https://jira.almacareer.tech/browse/DS-561
import icons from '@lmc-eu/spirit-icons/icons';
import DocsSection from '../../../../docs/DocsSections';
import { IconsProvider } from '../../../context';
Expand Down

0 comments on commit a1da524

Please sign in to comment.