copy button

This commit is contained in:
Виталий Лавшонок
2025-11-03 16:08:50 +03:00
parent db8828e32b
commit 8429bd4082
3 changed files with 57 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
import IconSuccess from "./icon-success.svg"
import IconError from "./icon-error.svg"
import CopyIcon from "./copy-icon.svg"
export {IconError, IconSuccess}
export {IconError, IconSuccess, CopyIcon}