Skip to content

Commit

Permalink
fix(core): remove legacy components [#94]
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapegnik committed Mar 21, 2020
1 parent 0ea2647 commit d554212
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 664 deletions.
2 changes: 0 additions & 2 deletions components/common/layout/CoreLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import ScrollToTop from 'react-scroll-up';

import Icon from 'components/common/ui/Icon';
import Clickable from 'components/common/Clickable';
import { MODAL_ROOT_ID } from 'components/common/modal/Modal';

import useBoolean from 'hooks/useBoolean';
import { LangType } from 'utils/customPropTypes';
Expand Down Expand Up @@ -48,7 +47,6 @@ const CoreLayout = ({ children, hideFooter, hideSidebar, lang }) => {
</ScrollToTop>
</div>
</div>
<div id={MODAL_ROOT_ID} />
</>
);
};
Expand Down
39 changes: 0 additions & 39 deletions components/common/modal/Modal.js

This file was deleted.

78 changes: 0 additions & 78 deletions components/common/modal/modal.module.scss

This file was deleted.

77 changes: 0 additions & 77 deletions components/legacy/ActionWithConfirm.js

This file was deleted.

78 changes: 0 additions & 78 deletions components/legacy/DateTimePicker.js

This file was deleted.

65 changes: 0 additions & 65 deletions components/legacy/ImageUploader.js

This file was deleted.

Loading

0 comments on commit d554212

Please sign in to comment.