|
|
|
@ -7,7 +7,25 @@ import s6 from "@/assets/stickers/s6.png";
@@ -7,7 +7,25 @@ import s6 from "@/assets/stickers/s6.png";
|
|
|
|
|
import s7 from "@/assets/stickers/s7.png"; |
|
|
|
|
import s8 from "@/assets/stickers/s8.png"; |
|
|
|
|
|
|
|
|
|
import briefcase from "@/assets/stickers/s-briefcase.png"; |
|
|
|
|
import calculator from "@/assets/stickers/s-calculator.png"; |
|
|
|
|
import lightBulb from "@/assets/stickers/s-light-bulb.png"; |
|
|
|
|
import pieChart from "@/assets/stickers/s-pie-chart.png"; |
|
|
|
|
import pos from "@/assets/stickers/s-pos.png"; |
|
|
|
|
import shoppingCart from "@/assets/stickers/s-shopping-cart.png"; |
|
|
|
|
import statistics from "@/assets/stickers/s-statistics.png"; |
|
|
|
|
import target from "@/assets/stickers/s-target.png"; |
|
|
|
|
|
|
|
|
|
export const stickersList = { |
|
|
|
|
"new-briefcase": briefcase, |
|
|
|
|
"new-calculator": calculator, |
|
|
|
|
"new-light-bulb": lightBulb, |
|
|
|
|
"new-pie-chart": pieChart, |
|
|
|
|
"new-pos": pos, |
|
|
|
|
"new-shopping-cart": shoppingCart, |
|
|
|
|
"new-statistics": statistics, |
|
|
|
|
"new-target": target, |
|
|
|
|
|
|
|
|
|
"1s": s1, |
|
|
|
|
"2s": s2, |
|
|
|
|
"3s": s3, |
|
|
|
|