all repos — stealth-developers @ 887aac5ef1dba4a82a93fdda22415f76f5416da3

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

 1
 2
 3
 4
export { TicketButtons, TicketButtonPresets } from "./tickets";
import { TicketButtons } from "./tickets";

export const AllButtons = [TicketButtons];