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

@@ -1,6 +1,6 @@
import React from "react";
import { Modal, ModalContent } from "./Modal";
import { CopyButton } from "./CopyButton";
import { CopyButton } from "./button";
export function InviteModal({ roomUrl, ...rest }) {
return (