Skip to content

Commit

Permalink
Removing RichTextArea component
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Feb 15, 2022
1 parent 878fcf9 commit a4299e1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 205 deletions.
87 changes: 4 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"react-fast-compare": "^3.2.0",
"react-ga4": "^1.4.1",
"react-google-maps": "^9.4.5",
"react-quill": "^1.3.5",
"react-uuid": "^1.0.2",
"react-xml-viewer": "^1.1.0",
"semantic-ui-css": "^2.4.1",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export { default as ModalDropdown } from './semantic-ui/ModalDropdown';
export { default as NestedAccordion } from './semantic-ui/NestedAccordion';
export { default as PhotoViewer } from './semantic-ui/PhotoViewer';
export { default as RemoteDropdown } from './semantic-ui/RemoteDropdown';
export { default as RichTextArea } from './semantic-ui/RichTextArea';
export { default as SaveButton } from './semantic-ui/SaveButton';
export { default as Selectize } from './semantic-ui/Selectize';
export { default as SelectizeHeader } from './semantic-ui/SelectizeHeader';
Expand Down
26 changes: 0 additions & 26 deletions src/semantic-ui/RichTextArea.css

This file was deleted.

94 changes: 0 additions & 94 deletions src/semantic-ui/RichTextArea.js

This file was deleted.

0 comments on commit a4299e1

Please sign in to comment.