From c387ded5ce63edfe69d1b4faedc1fd637112e6f9 Mon Sep 17 00:00:00 2001 From: goodmice Date: Mon, 12 Sep 2022 12:30:41 +0500 Subject: [PATCH] =?UTF-8?q?"=D0=94=D0=B5=D0=BB=D0=BE=20=D1=81=D0=BA=D0=B2?= =?UTF-8?q?=D0=B0=D0=B6=D0=B8=D0=BD=D1=8B"=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=B2=20=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Well.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/Well.jsx b/src/pages/Well.jsx index a54f6b1..1310bd6 100755 --- a/src/pages/Well.jsx +++ b/src/pages/Well.jsx @@ -17,6 +17,7 @@ import { WellService } from '@api' import Measure from './Measure' import Reports from './Reports' +import WellCase from './WellCase' import Analytics from './Analytics' import Documents from './Documents' import Telemetry from './Telemetry' @@ -68,6 +69,7 @@ const Well = memo(() => { } /> } /> } /> + } /> @@ -84,6 +86,7 @@ const Well = memo(() => { } /> } /> } /> + } />