Add auth folder.

This commit is contained in:
Yang Luo
2021-02-14 14:34:03 +08:00
parent 40587f35e3
commit 001496b90f
11 changed files with 42 additions and 46 deletions

View File

@ -13,7 +13,7 @@
// limitations under the License.
import React from 'react';
import Face from "../Face";
import Face from "../auth/Face";
class LoginPage extends React.Component {
render() {