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];