7 lines
406 B
TypeScript
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";
|