From 05f0f0937025a0cc5bc9981c2fc1d2175b658d00 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Mon, 20 Nov 2023 19:56:18 +0100 Subject: [PATCH] link math.js from node --- editor.planx.uk/src/@planx/components/Calculate/Editor.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/editor.planx.uk/src/@planx/components/Calculate/Editor.tsx b/editor.planx.uk/src/@planx/components/Calculate/Editor.tsx index 925b0ed093..431820a98e 100644 --- a/editor.planx.uk/src/@planx/components/Calculate/Editor.tsx +++ b/editor.planx.uk/src/@planx/components/Calculate/Editor.tsx @@ -1,4 +1,5 @@ import { styled } from "@mui/material/styles"; +import Typography from "@mui/material/Typography"; import { TYPES } from "@planx/components/types"; import { EditorProps, @@ -69,7 +70,11 @@ export default function Component(props: Props) { return (