custom.ts 91 B

123
  1. export const setSrc = (value: string) => {
  2. return `../static/images/${value}.png`;
  3. };