Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind authored and aeshub committed Sep 8, 2023
1 parent a24caca commit e27ba80
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Card, Typography, Icon, Button, EdsProvider } from '@equinor/eds-core-react'
import { Card, Typography, Button, EdsProvider } from '@equinor/eds-core-react'
import styled from 'styled-components'
import { useLanguageContext } from 'components/Contexts/LanguageContext'
import { useState, useEffect } from 'react'
Expand All @@ -8,7 +8,6 @@ import { useInstallationContext } from 'components/Contexts/InstallationContext'
import { RefreshProps } from '../FrontPage/FrontPage'
import { tokens } from '@equinor/eds-tokens'
import { CondensedMissionDefinition } from 'models/MissionDefinition'
import { useNavigate } from 'react-router-dom'
import { ScheduleMissionDialog } from './ScheduleMissionDialog'
import { MissionStatus } from 'models/Mission'
import { getDeadlineInDays, getInspectionDeadline } from 'utils/StringFormatting'
Expand Down

0 comments on commit e27ba80

Please sign in to comment.