PR-589725: Updating packages, fixing redux actions and fixing linting.

This commit is contained in:
2025-04-11 06:06:54 +00:00
parent d0f4f38381
commit be0bb6238f
25 changed files with 1499 additions and 992 deletions

View File

@ -1,4 +1,4 @@
import * as express from "express"
import * as express from 'express';
declare global {
namespace Express {
@ -6,4 +6,4 @@ declare global {
hashManifest?: Record<string,any>
}
}
}
}

View File

@ -1,4 +1,4 @@
declare module "*.svg" {
declare module '*.svg' {
const content: any;
export default content;
}