Skip to content

Commit 38d7581

Browse files
committed
sort exports
1 parent 548a436 commit 38d7581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
* You should have received a copy of the GNU Lesser General Public License along with @cldn/components.
1515
* If not, see <https://www.gnu.org/licenses/>.
1616
*/
17-
export {ElementComponent} from "./ElementComponent.js";
1817
export {Component} from "./Component.js";
18+
export {ElementComponent} from "./ElementComponent.js";
1919
export {SvgComponent} from "./SvgComponent.js";

0 commit comments

Comments
 (0)