Skip to content

update: component doc improvements

Matthieu Fesselier requested to merge update/component-doc-improvements into master

The idea of this MR is to change the imports from import {SolidTemplateElement} from 'https://unpkg.com/@startinblox/core@0.10'; to import SolidTemplateElement from 'https://unpkg.com/@startinblox/core@0.10/dist/solid-template-element.js'; to prevent conflicts between core versions.

The other modifications are basically just typos fixes

Merge request reports