Подготовка компонента на лэндинг

This commit is contained in:
2024-04-20 13:23:27 +03:00
parent d79676cbb4
commit 388aec2050
11 changed files with 73 additions and 15 deletions
Vendored
+5
View File
@@ -2,3 +2,8 @@ declare module '*.png' {
const path: string;
export default path;
}
declare module '*.svg' {
const path: string;
export default path;
}