import avatar from './avatar.jpeg'; export function sum(a: number, b: number) { return a + b + (a) + avatar; }