2025-11-05 17:04:23 -03:00

7 lines
136 B
JavaScript

import xml from "@xmpp/xml";
import jid from "@xmpp/jid";
import Component from "./lib/Component.js";
export { Component, xml, jid };