fix(core): export BotKeyboardBuilder

This commit is contained in:
alina 🌸 2024-06-08 19:47:36 +03:00
parent ea70246348
commit ce1e09b7d0
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -1,3 +1,4 @@
export * from './builder.js'
export * from './types.js' export * from './types.js'
import * as BotKeyboard from './factories.js' import * as BotKeyboard from './factories.js'