Move dialog into a seperate component

This commit is contained in:
Ephraim Atta-Duncan
2023-03-28 12:42:00 +00:00
parent f8f941a9cd
commit 16f6da01c0
3 changed files with 105 additions and 143 deletions

View File

@@ -1,3 +1,4 @@
export { Button, IconButton } from "./components/button/index";
export { SelectBox } from "./components/selectBox/index";
export { Breadcrumb } from "./components/breadcrumb/index";
export { Dialog } from "./components/dialog/index";