refactor UserModal and CurrentUserModal

This commit is contained in:
Davor 2022-05-30 13:12:53 +02:00
parent bc8db8d248
commit a033188b03
13 changed files with 17 additions and 240 deletions

View file

@ -4,3 +4,4 @@ export { Table } from './Table';
export { Banner } from './Banner';
export { Tabs } from './Tabs';
export { Modal, ConfirmationModal } from './Modal';
export { UserModal } from './UserModal';