Skip to content

Commit

Permalink
Merge branch 'canon-improve-box' into canon-layout-components
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Nov 28, 2024
2 parents f6f264f + b1cce83 commit 416abda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/canon/docs/components/IconLibrary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
* limitations under the License.
*/
import React from 'react';
import { Icon } from '../../../src/components/Icon';
import type { IconNames } from '../../../src/components/Icon/types';
import { Icon } from '@backstage/canon';
import type { IconNames } from '@backstage/canon';
import { defaultIcons } from '../../../src/components/Icon/icons';
import { Text } from '../Text';

export const IconLibrary = () => {
const icons = Object.keys(defaultIcons);

Expand Down

0 comments on commit 416abda

Please sign in to comment.