Skip to content

Commit afefbac

Browse files
authored
refactor: topic item list in components (#7)
1 parent a929aa3 commit afefbac

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/page/topic/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { TabType } from '@/constants';
1010

1111
import * as API from '@/service/topic';
1212
import * as styles from './index.less';
13-
import TopicItemList from '@/page/topic/component/TopicItemList';
13+
import TopicItemList from '@/component/TopicItemList';
1414

1515
interface Props {}
1616

src/page/user/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import TopicItemList from '@/page/topic/component/TopicItemList';
1+
import TopicItemList from '@/component/TopicItemList';
22
import { getUserInfo } from '@/service/user';
33
import { GithubOutlined } from '@ant-design/icons';
44
import ProCard from '@ant-design/pro-card';

0 commit comments

Comments
 (0)