We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a929aa3 commit afefbacCopy full SHA for afefbac
src/page/topic/component/TopicItemList/index.less renamed to src/component/TopicItemList/index.less
src/page/topic/component/TopicItemList/index.tsx renamed to src/component/TopicItemList/index.tsx
src/page/topic/index.tsx
@@ -10,7 +10,7 @@ import type { TabType } from '@/constants';
10
11
import * as API from '@/service/topic';
12
import * as styles from './index.less';
13
-import TopicItemList from '@/page/topic/component/TopicItemList';
+import TopicItemList from '@/component/TopicItemList';
14
15
interface Props {}
16
src/page/user/index.tsx
@@ -1,4 +1,4 @@
1
2
import { getUserInfo } from '@/service/user';
3
import { GithubOutlined } from '@ant-design/icons';
4
import ProCard from '@ant-design/pro-card';
0 commit comments