Добавлен логотип

This commit is contained in:
grinikita
2024-12-07 12:30:07 +03:00
parent 5d2dc9f7c5
commit 34e30fbaba
6 changed files with 29 additions and 2 deletions

5
@types/assets.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module '*.png' {
const imagePath: string;
export default imagePath;
}