Update index.ts

This commit is contained in:
Filip Cumpalovic 2024-02-28 12:38:29 +01:00 committed by GitHub
parent 25adc7944e
commit 2fba55ae36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ export { default as Named } from "./named";
export { default as Ufw } from "./ufw"; export { default as Ufw } from "./ufw";
export { default as Srvnginx } from "./srvnginx"; export { default as Srvnginx } from "./srvnginx";
export { default as Srvnginx } from "./srvapache"; export { default as Srvnginx } from "./srvapache";
export { default as Nodejs } from "./nodejs";
export { default as Ably } from "./ably"; export { default as Ably } from "./ably";