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

@ -14,7 +14,7 @@
import React from "react";
import {Link} from "react-router-dom";
import {Form, Input, Checkbox, Button, Row, Col, Result, Modal} from "antd";
import {Button, Checkbox, Col, Form, Input, Modal, Result, Row} from "antd";
import * as Setting from "../Setting";
import * as AuthBackend from "./AuthBackend";
import i18next from "i18next";