diff --git a/src/views/hazardCharts/HazardChartsPlotsView.tsx b/src/views/hazardCharts/HazardChartsPlotsView.tsx index e583294..712e767 100644 --- a/src/views/hazardCharts/HazardChartsPlotsView.tsx +++ b/src/views/hazardCharts/HazardChartsPlotsView.tsx @@ -1,7 +1,7 @@ import React from "react"; import { graphql } from "react-relay"; import { useLazyLoadQuery } from "react-relay"; -import { Box, Alert } from "@mui/material"; +import { Alert, Box, GlobalStyles } from "@mui/material"; import { HazardChartsPlotsViewQuery } from "./__generated__/HazardChartsPlotsViewQuery.graphql"; import { hazardPageOptions } from "./constants/hazardPageOptions"; @@ -49,6 +49,7 @@ const HazardChartsPlotsView: React.FC = ({ )}
+