review changes

This commit is contained in:
Timo K
2022-07-29 15:07:35 +02:00
parent 4f36d149d7
commit cb5b3e9468
4 changed files with 22 additions and 19 deletions

View File

@@ -21,6 +21,7 @@ import { Modal, ModalContent } from "../Modal";
import { Button } from "../button";
import { FieldRow } from "../input/Input";
import styles from "./JoinExistingCallModal.module.css";
interface Props {
onJoin: (e: PressEvent) => void;
onClose: (e: PressEvent) => void;