diff --git a/src/lib/components/common/RichTextInput/FormattingButtons.svelte b/src/lib/components/common/RichTextInput/FormattingButtons.svelte index c1d16fec11..e2b9adac94 100644 --- a/src/lib/components/common/RichTextInput/FormattingButtons.svelte +++ b/src/lib/components/common/RichTextInput/FormattingButtons.svelte @@ -12,10 +12,11 @@ import Italic from '$lib/components/icons/Italic.svelte'; import ListBullet from '$lib/components/icons/ListBullet.svelte'; import NumberedList from '$lib/components/icons/NumberedList.svelte'; - import QueueList from '$lib/components/icons/QueueList.svelte'; import Strikethrough from '$lib/components/icons/Strikethrough.svelte'; import Underline from '$lib/components/icons/Underline.svelte'; + import Tooltip from '../Tooltip.svelte'; + import CheckBox from '$lib/components/icons/CheckBox.svelte';