Skip to content

Commit

Permalink
Refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
akkadaska committed May 3, 2024
1 parent 1718c24 commit c640d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";

import React, { useState, useEffect, useRef, ReactNode, MouseEventHandler } from "react";
import React, { useState, useEffect, useRef } from "react";
import styles from "./chat.module.css";
import { AssistantStream } from "openai/lib/AssistantStream";
import Markdown from "react-markdown";
Expand Down

0 comments on commit c640d33

Please sign in to comment.