This commit is contained in:
grinikita
2025-05-17 13:19:49 +03:00
parent 330e4c0d74
commit 53428c5415
11 changed files with 2633 additions and 12 deletions

View File

@@ -2,3 +2,9 @@ declare module '*.png' {
const path: string;
export default path;
}
declare module '*.svg' {
const path: string;
export default path;
}