react like bro view

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-17 20:09:08 +03:00
parent 7eb2fb7326
commit cf269ff227
13 changed files with 2705 additions and 56 deletions
Vendored
+9
View File
@@ -0,0 +1,9 @@
declare module '*.jpg' {
const path: string;
export default path;
}
declare module '*.txt' {
const path: string;
export default path;
}