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.
2 parents 993a9f2 + 30b5eb0 commit 1a81ec8Copy full SHA for 1a81ec8
src/index.ts
@@ -14,8 +14,8 @@
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 {Component} from "./Component.js";
18
-export {ElementComponent} from "./ElementComponent.js";
19
export {NodeComponent} from "./NodeComponent.js";
20
-export {SvgComponent} from "./SvgComponent.js";
21
export {TextComponent} from "./TextComponent.js";
+export {ElementComponent} from "./ElementComponent.js";
+export {Component} from "./Component.js";
+export {SvgComponent} from "./SvgComponent.js";
0 commit comments