Fix more import issues from monorepo merge
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {ResponseFactory} from "./ResponseFactory"
|
||||
import {Rehydratable} from "@extollo/util"
|
||||
import {Rehydratable} from "../../util"
|
||||
import {Request} from "../lifecycle/Request";
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {ErrorResponseFactory} from "./ErrorResponseFactory";
|
||||
import {HTTPError} from "../HTTPError";
|
||||
import {HTTPStatus} from "@extollo/util"
|
||||
import {HTTPStatus} from "../../util"
|
||||
|
||||
/**
|
||||
* Helper that generates a new HTTPErrorResponseFactory given the HTTP status and message.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import {HTTPStatus} from "@extollo/util"
|
||||
import {HTTPStatus} from "../../util"
|
||||
import {Request} from "../lifecycle/Request"
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {ResponseFactory} from "./ResponseFactory";
|
||||
import {HTTPStatus} from "@extollo/util";
|
||||
import {HTTPStatus} from "../../util";
|
||||
import {Request} from "../lifecycle/Request";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user