From 5c51405f38fa74809318fd103a2e97cebd31cdae Mon Sep 17 00:00:00 2001 From: Thomas Lund Fagermyr <35408743+thomaslf97@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:08:58 +0100 Subject: [PATCH] chore: Fixed missing import (#366) --- .../OutcropAnalogueGroup/OutcropAnalogueGroup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/OutcropAnalogue/OutcropAnalogueGroup/OutcropAnalogueGroup.tsx b/src/components/OutcropAnalogue/OutcropAnalogueGroup/OutcropAnalogueGroup.tsx index adce81d..322177a 100644 --- a/src/components/OutcropAnalogue/OutcropAnalogueGroup/OutcropAnalogueGroup.tsx +++ b/src/components/OutcropAnalogue/OutcropAnalogueGroup/OutcropAnalogueGroup.tsx @@ -8,7 +8,7 @@ import { } from '@equinor/eds-core-react'; import { delete_to_trash as deleteIcon } from '@equinor/eds-icons'; import { useState } from 'react'; -import { AddAnalogueModelOutcropForm } from '../../../api/generated'; +import { AddAnalogueModelOutcropForm, RegionDto } from '../../../api/generated'; import { useOutcropAnalouge } from '../../../hooks/useOutcropAnalogue'; import * as StyledDialog from '../../../styles/addRowDialog/AddRowDialog.styled'; import { OutcropSelect } from '../OutcropSelect/OutcropSelect';