Skip to content

Commit

Permalink
chore: Fixed missing import (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslf97 authored Nov 5, 2024
1 parent b72e7e9 commit 5c51405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 5c51405

Please sign in to comment.