Update index.ts

This commit is contained in:
Filip Cumpalovic
2024-02-28 12:07:31 +01:00
committed by GitHub
parent a9e3e15fd9
commit a1f5c8d776

View File

@@ -45,6 +45,12 @@ export { default as Cache } from "./cache";
export { default as Nginx } from "./nginx";
export { default as Apache } from "./apache";
export { default as Redis } from "./redis";
export { default as Docker } from "./docker";
export { default as Named } from "./named";
export { default as Ufw } from "./ufw";
export { default as Ably } from "./ably";
export { default as Airtable } from "./airtable";
export { default as Antd } from "./antd";