import { createSignal } from 'solid-js' export const [botContainerHeight, setBotContainerHeight] = createSignal('100%')