Skip to content

Commit

Permalink
Removing Dialog component, due to not being used anywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Aug 11, 2023
1 parent f5897a5 commit 61a5b33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 93 deletions.
91 changes: 0 additions & 91 deletions src/modules/reusable/components/Dialog/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/modules/reusable/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Alert from './components/Alert';
import Button from './components/Button';
import Dialog from './components/Dialog';
import Tag from './components/Tag';
import Breadcrumb from './components/Breadcrumb';
import Pagination from './components/Pagination';
Expand All @@ -14,7 +13,6 @@ import ResourceAccess from './components/ResourceAccess';
export {
Alert,
Button,
Dialog,
Tag,
Breadcrumb,
Pagination,
Expand Down

0 comments on commit 61a5b33

Please sign in to comment.