Files
wireframev5_frontend/public/icons/index.ts
T
Possible ff0b919d62 Update
2025-02-28 20:42:24 +01:00

7 lines
406 B
TypeScript

export { default as AppTouchIconPath } from "./apple-touch-icon-180x180.png";
export { default as FavIconPath } from "./favicon.ico";
export { default as MaskableIconPath } from "./maskable-icon-512x512.png";
export { default as Pwa64x64IconPath } from "./pwa-64x64.png";
export { default as Pwa192x192IconPath } from "./pwa-192x192.png";
export { default as Pwa512x512IconPath } from "./pwa-512x512.png";