We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548a436 commit 38d7581Copy full SHA for 38d7581
src/index.ts
@@ -14,6 +14,6 @@
14
* You should have received a copy of the GNU Lesser General Public License along with @cldn/components.
15
* If not, see <https://www.gnu.org/licenses/>.
16
*/
17
-export {ElementComponent} from "./ElementComponent.js";
18
export {Component} from "./Component.js";
+export {ElementComponent} from "./ElementComponent.js";
19
export {SvgComponent} from "./SvgComponent.js";
0 commit comments