1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix experimental layout app icon url

This commit is contained in:
Bill Thornton 2023-05-16 00:28:52 -04:00
parent 94f4ebc1d1
commit 0d6629fdab
2 changed files with 6 additions and 1 deletions

4
src/index.d.ts vendored Normal file
View file

@ -0,0 +1,4 @@
declare module '*.png' {
const value: any;
export = value;
}