From db8e13ac5968469606343bf42672d4b5d79ceb7c Mon Sep 17 00:00:00 2001 From: Thomas L Fagermyr Date: Tue, 5 Nov 2024 10:30:44 +0100 Subject: [PATCH] chore: Fixed missing import --- .../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';