Skip to content

Commit a4299e1

Browse files
committed
Removing RichTextArea component
1 parent 878fcf9 commit a4299e1

File tree

5 files changed

+4
-205
lines changed

5 files changed

+4
-205
lines changed

package-lock.json

Lines changed: 4 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"react-fast-compare": "^3.2.0",
2828
"react-ga4": "^1.4.1",
2929
"react-google-maps": "^9.4.5",
30-
"react-quill": "^1.3.5",
3130
"react-uuid": "^1.0.2",
3231
"react-xml-viewer": "^1.1.0",
3332
"semantic-ui-css": "^2.4.1",

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export { default as ModalDropdown } from './semantic-ui/ModalDropdown';
4949
export { default as NestedAccordion } from './semantic-ui/NestedAccordion';
5050
export { default as PhotoViewer } from './semantic-ui/PhotoViewer';
5151
export { default as RemoteDropdown } from './semantic-ui/RemoteDropdown';
52-
export { default as RichTextArea } from './semantic-ui/RichTextArea';
5352
export { default as SaveButton } from './semantic-ui/SaveButton';
5453
export { default as Selectize } from './semantic-ui/Selectize';
5554
export { default as SelectizeHeader } from './semantic-ui/SelectizeHeader';

src/semantic-ui/RichTextArea.css

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/semantic-ui/RichTextArea.js

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)