Skip to content

Commit

Permalink
Fix: Translation component is not default (#750)
Browse files Browse the repository at this point in the history
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
  • Loading branch information
barnettZQG committed Apr 10, 2023
1 parent 9bbb0b9 commit 49a3a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/velaux-ui/src/extends/Numbers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import React from 'react';

import './index.less';
import { If } from '../../components/If';
import Translation from '../../components/Translation';
import { Translation } from '../../components/Translation';
import { AiOutlineDelete } from 'react-icons/ai';

type Props = {
Expand Down

0 comments on commit 49a3a03

Please sign in to comment.