Fix register error
This commit is contained in:
parent
476fe87b31
commit
7412fdd93e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ limitations under the License.
|
||||||
import React, { useCallback, useRef } from "react";
|
import React, { useCallback, useRef } from "react";
|
||||||
import { useHistory, useLocation, Link } from "react-router-dom";
|
import { useHistory, useLocation, Link } from "react-router-dom";
|
||||||
import { Header, LeftNav } from "./Header";
|
import { Header, LeftNav } from "./Header";
|
||||||
import { FieldRow, InputField, Button } from "./Input";
|
import { FieldRow, InputField, Button, ErrorMessage } from "./Input";
|
||||||
import { Center, Content, Info, Modal } from "./Layout";
|
import { Center, Content, Info, Modal } from "./Layout";
|
||||||
|
|
||||||
export function RegisterPage({ onRegister, error }) {
|
export function RegisterPage({ onRegister, error }) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue