all repos — stealth-developers @ 772a28dcd81f6f2195c77ef1b6dbfd304277ca82

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