Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RunarVestmann committed Dec 27, 2024
1 parent 9522bae commit f0972ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ import {
InputController,
} from '@island.is/shared/form-fields'
import { sortAlpha } from '@island.is/shared/utils'
import { Organizations, SupportCategory } from '@island.is/web/graphql/schema'
import {
ContentLanguage,
GetSupportSearchResultsQuery,
GetSupportSearchResultsQueryVariables,
Organizations,
SearchableContentTypes,
SupportCategory,
SupportQna,
} from '@island.is/web/graphql/schema'
import { useNamespace } from '@island.is/web/hooks'
Expand Down
8 changes: 3 additions & 5 deletions apps/web/screens/Adgerdir/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,15 @@ import {
} from '@island.is/web/components'
import {
ContentLanguage,
GetArticleCategoriesQuery,
GetGroupedMenuQuery,
Query,
QueryGetAdgerdirPagesArgs,
QueryGetAdgerdirTagsArgs,
QueryGetArticleCategoriesArgs,
QueryGetGroupedMenuArgs,
QueryGetNamespaceArgs,
} from '@island.is/web/graphql/schema'
import {
GetArticleCategoriesQuery,
GetGroupedMenuQuery,
QueryGetArticleCategoriesArgs,
} from '@island.is/web/graphql/schema'
import { useNamespace } from '@island.is/web/hooks'
import { LinkType, useLinkResolver } from '@island.is/web/hooks/useLinkResolver'
import { useI18n } from '@island.is/web/i18n'
Expand Down

0 comments on commit f0972ee

Please sign in to comment.