Skip to content

Commit

Permalink
Merge pull request #632 from wellcometrust/task/9754-remove-RichText
Browse files Browse the repository at this point in the history
9754 task(chore): removes RichText
  • Loading branch information
skibinska authored Jun 17, 2022
2 parents 124060d + c67e000 commit 75f354f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 251 deletions.
1 change: 0 additions & 1 deletion src/assets/styles/30-components/__manifest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

// Base level components used by other components
@import './src/components/Icon/icon';
@import './src/components/RichText/rich-text';

// component styles
@import './src/components/Button/button';
Expand Down
11 changes: 0 additions & 11 deletions src/components/RichText/RichText.md

This file was deleted.

17 changes: 0 additions & 17 deletions src/components/RichText/RichText.test.tsx

This file was deleted.

61 changes: 0 additions & 61 deletions src/components/RichText/RichText.tsx

This file was deleted.

159 changes: 0 additions & 159 deletions src/components/RichText/_rich-text.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/components/RichText/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export { Logo } from 'Logo/Logo';
export { default as NumberInput } from 'NumberInput';
export { default as Pagination } from 'Pagination';
export { default as RadioInput } from 'RadioInput';
export { default as RichText } from 'RichText';
export { RouterLinkWrapper } from 'RouterLinkWrapper/RouterLinkWrapper';
export { SearchForm } from 'SearchForm/SearchForm';
export { Section } from 'Section/Section';
Expand Down

0 comments on commit 75f354f

Please sign in to comment.