소스 검색

fix(home): file path

lind 4 년 전
부모
커밋
aaa5f36644
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/home/index.tsx

+ 1 - 1
src/pages/home/index.tsx

@@ -1,6 +1,6 @@
 import { PageContainer } from '@ant-design/pro-layout';
 import { useEffect, useState } from 'react';
-import Comprehensive from './comprehensive  ';
+import Comprehensive from './comprehensive';
 import Device from './device';
 import Init from './init';
 import Ops from './ops';