refactored fs, fix: untracked dir

This commit is contained in:
ManishMadan2882
2024-04-13 16:01:46 +05:30
parent d99569f005
commit 311716ed18
4 changed files with 17 additions and 5 deletions

View File

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