mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Update import statements for CommonUI to use Common/UI
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import { JSONValue } from "Common/Types/JSON";
|
||||
import Sleep from "Common/Types/Sleep";
|
||||
import Typeof from "Common/Types/Typeof";
|
||||
import LocalCache from "CommonServer/Infrastructure/LocalCache";
|
||||
import LocalCache from "Common/Server/Infrastructure/LocalCache";
|
||||
import Express, {
|
||||
ExpressRequest,
|
||||
ExpressResponse,
|
||||
ExpressRouter,
|
||||
NextFunction,
|
||||
RequestHandler,
|
||||
} from "CommonServer/Utils/Express";
|
||||
import logger from "CommonServer/Utils/Logger";
|
||||
import Response from "CommonServer/Utils/Response";
|
||||
} from "Common/Server/Utils/Express";
|
||||
import logger from "Common/Server/Utils/Logger";
|
||||
import Response from "Common/Server/Utils/Response";
|
||||
|
||||
const router: ExpressRouter = Express.getRouter();
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
import { JSONObject } from "Common/Types/JSON";
|
||||
import LocalCache from "CommonServer/Infrastructure/LocalCache";
|
||||
import LocalCache from "Common/Server/Infrastructure/LocalCache";
|
||||
import Express, {
|
||||
ExpressRequest,
|
||||
ExpressResponse,
|
||||
ExpressRouter,
|
||||
NextFunction,
|
||||
} from "CommonServer/Utils/Express";
|
||||
import Response from "CommonServer/Utils/Response";
|
||||
} from "Common/Server/Utils/Express";
|
||||
import Response from "Common/Server/Utils/Response";
|
||||
|
||||
const router: ExpressRouter = Express.getRouter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user