This commit is contained in:
Primakov Alexandr Alexandrovich
2025-11-17 13:31:58 +03:00
commit c3eab8bcac
20 changed files with 12781 additions and 0 deletions
Vendored
+6
View File
@@ -0,0 +1,6 @@
declare module '*.svg' {
const src: string
export default src
}
declare const __webpack_public_path__: string