Skip to content

Commit 9e59b9c

Browse files
committed
test(configprovider): fixed unit test
1 parent a80bc44 commit 9e59b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/catalogue/components/catalogue.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React, { useState } from 'react';
22
import { Dropdown, DropdownProps, Form, Input, Tabs } from 'antd';
33
import { BlockHeader, EllipsisText } from 'dt-react-component';
44
import { IBlockHeaderProps } from 'dt-react-component/blockHeader';
5-
import useLocale from 'dt-react-component/locale/useLocale';
65

6+
import useLocale from '../../locale/useLocale';
77
import { ITreeNode } from '../useTreeData';
88
import { CatalogIcon, CloseIcon, DragIcon, EllipsisIcon, SearchIcon } from './icon';
99
import CatalogueTree, { ICatalogueTree } from './tree';

0 commit comments

Comments
 (0)