소스 검색

change importing position

kaoritokashiki 5 년 전
부모
커밋
7b813893fa
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/client/js/components/TopOfTableContents.jsx

+ 2 - 4
src/client/js/components/TopOfTableContents.jsx

@@ -2,16 +2,14 @@ import React from 'react';
 import PropTypes from 'prop-types';
 
 import { withTranslation } from 'react-i18next';
+import PageContainer from '../services/PageContainer';
+import { withUnstatedContainers } from './UnstatedUtils';
 
 import PageList from './PageList';
 import TimeLine from './TimeLine';
 import RecentChanges from './RecentChanges';
 import Attachment from './Attachment';
 
-import PageContainer from '../services/PageContainer';
-
-import { withUnstatedContainers } from './UnstatedUtils';
-
 const TopOfTableContents = (props) => {
 
   return (