diff --git a/frontend/src/components/Alerts/AlertsBanner.tsx b/frontend/src/components/Alerts/AlertsBanner.tsx index 425d1620..66024ad0 100644 --- a/frontend/src/components/Alerts/AlertsBanner.tsx +++ b/frontend/src/components/Alerts/AlertsBanner.tsx @@ -1,4 +1,4 @@ -import { Button, Icon } from '@equinor/eds-core-react' +import { Button, Icon, Dialog } from '@equinor/eds-core-react' import { tokens } from '@equinor/eds-tokens' import { ReactNode, useState } from 'react' import styled from 'styled-components'