Error with openMap and Webix Jet

I get this error: unknown view:open-map
when I try to call open map, this is my code

export default {
template: “maps”,
view: “open-map”,
id: “map”,
zoom: 19,
center: [-1.268335, -78.622616],
};

I tried with google maps and it’s works but i need to use open maps

did you add required link to the component?
https://docs.webix.com/desktop__maps.html#initialization

hi @intregal , I added the link in the html file and it didn’t work, please help

I replay with the solution, I have to put the required link in the public folder of my project