Skip to content

Commit

Permalink
Fix StatusError Type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Jul 7, 2024
1 parent 1ec0e9d commit 9e4e710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/types/RouterOptions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { StatusError } from 'StatusError'
import { StatusError } from '../StatusError'
import { ErrorHandler } from './ErrorHandler'
import { IRequest } from './IRequest'
import { IttyRouterOptions } from './IttyRouterOptions'
Expand Down
2 changes: 1 addition & 1 deletion src/types/RouterType.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { StatusError } from 'StatusError'
import { StatusError } from '../StatusError'
import { ErrorHandler } from './ErrorHandler'
import { IRequest } from './IRequest'
import { IttyRouterType } from './IttyRouterType'
Expand Down

0 comments on commit 9e4e710

Please sign in to comment.