Create GroupCreationDialog component

This commit is contained in:
Mathias Wagner
2024-07-20 17:34:15 +02:00
parent c37504ed9d
commit 671040d22e
2 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1 @@
export {GroupCreationDialog as default} from "./GroupCreationDialog.jsx";