PR-049111: making mayor change for add support to prefix url.

This commit is contained in:
2023-02-10 21:09:27 +00:00
parent 8ddd290adb
commit e70d0a01ca
17 changed files with 82 additions and 59 deletions

View File

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