@ndla/ui 3.0.14 → 3.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,6 @@ import React, { useEffect } from 'react';
15
15
  import { initArticleScripts, removeEventListenerForResize // @ts-ignore
16
16
  } from '@ndla/article-scripts';
17
17
  import { initAudioPlayers } from '../AudioPlayer';
18
- import { initCopyParagraphButtons } from '../CopyParagraphButton';
19
18
  import { jsx as ___EmotionJSX } from "@emotion/core";
20
19
 
21
20
  var ArticleContent = function ArticleContent(_ref) {
@@ -27,7 +26,6 @@ var ArticleContent = function ArticleContent(_ref) {
27
26
  removeEventListenerForResize();
28
27
  initArticleScripts();
29
28
  initAudioPlayers(locale);
30
- initCopyParagraphButtons();
31
29
  return function () {
32
30
  removeEventListenerForResize();
33
31
  };