osscameroon / onacut

Onacut is web application that notifies users of electricity, water or internet outage in their location
14 stars 11 forks source link

Missing asset import #140

Closed mouafus closed 1 year ago

mouafus commented 1 year ago

I tried to launch the project with docker in "run docker-compose", when building the frontend, there is this error #0 38.79 /app/src/assets/data/Items.data.ts #0 38.79 TypeScript error in /app/src/assets/data/Items.data.ts(24,15): #0 38.79 Cannot find name 'report'. TS2304 #0 38.79 #0 38.79 22 | }, #0 38.79 23 | { #0 38.79 > 24 | icon: report, #0 38.79 | ^ #0 38.79 25 | name: LANGUAGE.home.signalerPanne, #0 38.79 26 | link: "/add-alert", #0 38.79 27 | },

It is a missing file, it has surely not been committed .

Asam237 commented 1 year ago

implement here #142