Feat/dashboard modals

This commit is contained in:
Valentino 2021-11-02 15:22:53 +00:00 committed by Tin Geber
parent 88a4367b64
commit c4a8f323e6
18 changed files with 896 additions and 46 deletions

View file

@ -2,3 +2,4 @@ export { Layout } from './Layout';
export { Header } from './Header';
export { Table } from './Table';
export { Tabs } from './Tabs';
export { Modal, ConfirmationModal } from './Modal';