New Fullscreen component

This commit is contained in:
Florian Scholdei
2020-10-14 22:48:10 +02:00
parent a680b75f85
commit c366203d1f
9 changed files with 190 additions and 83 deletions

View File

@@ -26,3 +26,4 @@
export { default as ConfirmAlert, confirmAlert } from "./ConfirmAlert";
export { default as Modal } from "./Modal";
export { default as FullscreenModal } from "./FullscreenModal";