mirror of
https://github.com/davidkaya/aryx.git
synced 2026-08-28 05:43:57 +02:00
Replace the Sparkles icon gradient placeholder with the actual app icon from assets/icons/icon.png. Import it as a Vite asset so it works in both dev and production builds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
declare module '*.png' {
|
|
const src: string;
|
|
export default src;
|
|
}
|