Skip to content

Commit

Permalink
Icon import fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Feb 1, 2024
1 parent b18fe4c commit 0f4dfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/react/ColorPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Copyright (c) Sebastian Stehle. All rights reserved.
*/

import Icon from '@ant-design/icons';
import { Button, Popover, Tabs } from 'antd';
import { TooltipPlacement } from 'antd/lib/tooltip';
import * as React from 'react';
Expand All @@ -14,7 +15,6 @@ import { texts } from '@app/texts';
import { ColorList } from './ColorList';
import { useEventCallback } from './hooks';
import './ColorPicker.scss';
import Icon from '@ant-design/icons';

type ColorTab = 'palette' | 'advanced';

Expand Down

0 comments on commit 0f4dfe7

Please sign in to comment.