Skip to content

Commit

Permalink
rename to prevent potential confusion with src lib
Browse files Browse the repository at this point in the history
  • Loading branch information
AoifeHughes committed Jul 17, 2023
1 parent 5e39782 commit 46501a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/CaseContainer.js
Expand Up @@ -9,7 +9,7 @@ import { neatJSON } from "neatjson";
import ThemeSelector from "./ThemeSelector.js";

import CasePermissionsManager from "./CasePermissionsManager.js";
import MermaidChart from "./Mermaid";
import MermaidChart from "./MermaidChart.js";
import EditableText from "./EditableText.js";
import ItemViewer from "./ItemViewer.js";
import ItemEditor from "./ItemEditor.js";
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/components/tests/Mermaid.test.js
Expand Up @@ -3,7 +3,7 @@
*/
import { render, screen, waitFor } from "@testing-library/react";
import React from "react";
import Mermaid from "../Mermaid.js";
import Mermaid from "../MermaidChart.js";
import "regenerator-runtime/runtime";
import "@testing-library/jest-dom";

Expand Down

0 comments on commit 46501a6

Please sign in to comment.