Răsfoiți Sursa

Update CustomizeLayoutOptions.jsx

itizawa 6 ani în urmă
părinte
comite
1da052ade4

+ 2 - 2
src/client/js/components/Admin/Customize/CustomizeLayoutOptions.jsx

@@ -2,12 +2,12 @@ import React from 'react';
 import PropTypes from 'prop-types';
 import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
 import { withTranslation } from 'react-i18next';
 
 
-import CustomizeLayoutOption from './CustomizeLayoutOption';
-
 import { createSubscribedElement } from '../../UnstatedUtils';
 import { createSubscribedElement } from '../../UnstatedUtils';
 import AdminCustomizeContainer from '../../../services/AdminCustomizeContainer';
 import AdminCustomizeContainer from '../../../services/AdminCustomizeContainer';
 import AppContainer from '../../../services/AppContainer';
 import AppContainer from '../../../services/AppContainer';
 
 
+import CustomizeLayoutOption from './CustomizeLayoutOption';
+
 class CustomizeLayoutOptions extends React.Component {
 class CustomizeLayoutOptions extends React.Component {
 
 
   render() {
   render() {