Skip to content

Commit

Permalink
chore(demo): Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Oct 8, 2023
1 parent 2babb61 commit 12c05b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/design/src/badge/demo/status-custom-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
WindowsOutlined,
ChromeOutlined,
TaobaoOutlined,
} from '@ant-design/icons';
} from '@oceanbase/icons';

const App: React.FC = () => (
<Space direction="vertical">
Expand Down
2 changes: 1 addition & 1 deletion packages/design/src/spin/demo/custom-indicator.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { Alert, Space, Spin } from '@oceanbase/design';
import { LoadingOutlined } from '@ant-design/icons';
import { LoadingOutlined } from '@oceanbase/icons';

const indicator = <LoadingOutlined style={{ fontSize: 24 }} spin />;

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/ContentWithIcon/demo/basic.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { ContentWithIcon } from '@oceanbase/ui';
import { StepForwardOutlined } from '@ant-design/icons';
import { StepForwardOutlined } from '@oceanbase/icons';

export default () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/Highlight/demo/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12c05b0

Please sign in to comment.