Skip to content

Commit

Permalink
problema register
Browse files Browse the repository at this point in the history
  • Loading branch information
valydumitru01 committed Apr 4, 2022
1 parent 463f993 commit ba13e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/components/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Button from '@mui/material/Button';
import TextField from '@mui/material/TextField';
import type { AlertColor } from '@mui/material/Alert';
import {useNavigate} from 'react-router-dom';
import { addUser } from '../api/api';

type RegisterProps = {
OnUserListChange: () => void;
Expand Down

0 comments on commit ba13e3f

Please sign in to comment.