Update index.tsx

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2024-11-28 23:03:34 +00:00
parent 798991e74f
commit b1cce835f3
@@ -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);