fix images

This commit is contained in:
2024-04-09 23:52:33 +03:00
parent 11f3ee76ba
commit 9eafbace4c
7 changed files with 47 additions and 7 deletions
Vendored
+4
View File
@@ -0,0 +1,4 @@
declare module '*.png' {
const path: string;
export default path;
}