fix: empty types.d.ts generated during build + updated README.md

This commit is contained in:
Siddhant Rai
2024-06-01 14:10:12 +05:30
parent d8720d0849
commit f2c328d212
5 changed files with 2056 additions and 4383 deletions

View File

@@ -2,7 +2,7 @@
import { Fragment, useEffect, useRef, useState } from 'react'
import { PaperPlaneIcon, RocketIcon, ExclamationTriangleIcon, Cross2Icon } from '@radix-ui/react-icons';
import { MESSAGE_TYPE, Query, Status } from '../types/index';
import MessageIcon from '../assets/message.svg'
import MessageIcon from '../assets/message.svg';
import { fetchAnswerStreaming } from '../requests/streamingApi';
import styled, { keyframes, createGlobalStyle } from 'styled-components';
import snarkdown from '@bpmn-io/snarkdown';