all repos — stealth-developers @ 887aac5ef1dba4a82a93fdda22415f76f5416da3

apps/bot/src/components/index.ts (view raw)

 1
 2
 3
 4
 5
 6
 7
export { configTextModal } from "./modals/configModal";
export { newTicketButton } from "./buttons/newTicket";

import { AllModals } from "./modals";
import { AllButtons } from "./buttons";

export const AllComponents = [...AllModals, ...AllButtons];