diff --git a/components/case/representation/representationElements.js b/components/case/representation/representationElements.js index 7613869e..129d27b8 100644 --- a/components/case/representation/representationElements.js +++ b/components/case/representation/representationElements.js @@ -4,7 +4,7 @@ import React, { useState, useMemo } from "react"; import useTranslation from "next-translate/useTranslation"; import jsonpath from "jsonpath"; import Dropzone, { useDropzone } from "react-dropzone"; - +import Link from "next/link"; import dynamic from "next/dynamic"; const ReactQuill = dynamic(() => import("react-quill"), { ssr: false }); import "react-quill/dist/quill.snow.css";