Skip to content

Commit

Permalink
fix(j-s): type import
Browse files Browse the repository at this point in the history
  • Loading branch information
thorhildurt committed Dec 11, 2024
1 parent 96cb79f commit ae5dfd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
RolesGuard,
RolesRules,
} from '@island.is/judicial-system/auth'
import { User } from '@island.is/judicial-system/types'
import { type User } from '@island.is/judicial-system/types'

import { Case, CaseExistsGuard, CurrentCase } from '../case'
import { UpdateDefendantDto } from './dto/updateDefendant.dto'
Expand Down

0 comments on commit ae5dfd5

Please sign in to comment.