chore(web): sort import members (#895)

This commit is contained in:
q1anx1
2022-07-18 20:57:38 +08:00
committed by GitHub
parent 1fff1db6a7
commit 1839252c30
17 changed files with 20 additions and 16 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
import {Button, Col, Modal, Row, Input} from "antd";
import {Button, Col, Input, Modal, Row} from "antd";
import i18next from "i18next";
import React from "react";
import * as UserBackend from "./backend/UserBackend";