Refactor buttons

This commit is contained in:
Robert Long
2021-12-07 11:59:57 -08:00
parent db1fb064ca
commit 4cb144809f
19 changed files with 313 additions and 622 deletions

View File

@@ -17,8 +17,9 @@ limitations under the License.
import React, { useCallback, useRef, useState } from "react";
import { useHistory, useLocation, Link } from "react-router-dom";
import { Header, LeftNav, HeaderLogo } from "./Header";
import { FieldRow, InputField, Button, ErrorMessage } from "./Input";
import { FieldRow, InputField, ErrorMessage } from "./Input";
import { Center, Content, Info, Modal } from "./Layout";
import { Button } from "./button";
export function RegisterPage({ onRegister }) {
const registerUsernameRef = useRef();