Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Jun 20, 2023
1 parent 79aef2e commit 4b55590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/modules/Grid3D/view.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";

import { ModuleFCProps } from "@framework/Module";
import { SubsurfaceViewer } from "@webviz/subsurface-viewer";
import SubsurfaceViewer from "@webviz/subsurface-viewer";
import { useFirstEnsembleInEnsembleSet } from "@framework/WorkbenchSession";
import { useGridSurface, useGridParameter, useStatisticalGridParameter } from "./queryHooks";
import state from "./state";
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/modules/Map/MapView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";

import { ModuleFCProps } from "@framework/Module";
import { useElementSize } from "@lib/hooks/useElementSize";
import { SubsurfaceViewer } from "@webviz/subsurface-viewer";
import SubsurfaceViewer from "@webviz/subsurface-viewer";

import { useSurfaceDataQueryByAddress } from "./MapQueryHooks";
import { MapState } from "./MapState";
Expand Down

0 comments on commit 4b55590

Please sign in to comment.