all repos — stealth-developers @ c48217d1371dc5f4f190db6987bb480b524fff83

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