import { Theme } from '@indite.io/schemas' import { Show } from 'solid-js' import { LoadingBubble } from '../bubbles/LoadingBubble' import { AvatarSideContainer } from './AvatarSideContainer' import { defaultHostAvatarIsEnabled } from '@indite.io/schemas/features/bot/theme/constants' type Props = { theme: Theme } export const LoadingChunk = (props: Props) => (