From e350c4e4cd58054380c278604d4912e326e10f6d Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 29 Jul 2021 15:23:22 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=80=D1=84=D0=BE=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D1=84=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B0=D1=8F=20=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=B1=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Well.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Well.jsx b/src/pages/Well.jsx index 60184b6..4928fe1 100644 --- a/src/pages/Well.jsx +++ b/src/pages/Well.jsx @@ -8,6 +8,7 @@ import Analysis from "../pages/Analysis"; import WellAnalysis from "../pages/WellAnalysis"; import TelemetryView from "../pages/TelemetryView"; import WellStat from "./WellStat"; +import MenuDocuments from "../components/MenuDocuments"; const { Content } = Layout