Skip to content

Commit

Permalink
Organized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
veronikasif committed Oct 9, 2024
1 parent 3baa1b4 commit 1cd7acd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { coreErrorMessages } from '@island.is/application/core'
import { YES } from '@island.is/application/types'
import { DataValue, ReviewGroup } from '@island.is/application/ui-components'
import {
Expand All @@ -17,7 +18,6 @@ import {
getSelectedOptionLabel,
} from '../../../lib/newPrimarySchoolUtils'
import { ReviewGroupProps } from './props'
import { coreErrorMessages } from '@island.is/application/core'

export const Child = ({
application,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { coreErrorMessages } from '@island.is/application/core'
import { DataValue, ReviewGroup } from '@island.is/application/ui-components'
import {
GridColumn,
GridRow,
SkeletonLoader,
Stack,
Box,
} from '@island.is/island-ui/core'
import { useLocale } from '@island.is/localization'
import { getCountryByCode } from '@island.is/shared/utils'
Expand All @@ -19,7 +19,6 @@ import {
getSelectedOptionLabel,
} from '../../../lib/newPrimarySchoolUtils'
import { ReviewGroupProps } from './props'
import { coreErrorMessages } from '@island.is/application/core'

export const ReasonForApplication = ({
application,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { coreErrorMessages } from '@island.is/application/core'
import { FieldComponents, FieldTypes } from '@island.is/application/types'
import {
Label,
Expand All @@ -23,7 +24,6 @@ import {
getSelectedOptionLabel,
} from '../../../lib/newPrimarySchoolUtils'
import { ReviewGroupProps } from './props'
import { coreErrorMessages } from '@island.is/application/core'

export const Relatives = ({
application,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { useQuery } from '@apollo/client'
import { coreErrorMessages } from '@island.is/application/core'
import { DataValue, ReviewGroup } from '@island.is/application/ui-components'
import {
GridColumn,
Expand All @@ -8,6 +9,7 @@ import {
Text,
} from '@island.is/island-ui/core'
import { useLocale } from '@island.is/localization'
import { useMemo } from 'react'
import { friggSchoolsByMunicipalityQuery } from '../../../graphql/queries'
import { newPrimarySchoolMessages } from '../../../lib/messages'
import {
Expand All @@ -18,8 +20,6 @@ import {
} from '../../../lib/newPrimarySchoolUtils'
import { FriggSchoolsByMunicipalityQuery } from '../../../types/schema'
import { ReviewGroupProps } from './props'
import { useMemo } from 'react'
import { coreErrorMessages } from '@island.is/application/core'

export const School = ({
application,
Expand Down

0 comments on commit 1cd7acd

Please sign in to comment.