refactor: rename components and update import paths for consistency
This commit is contained in:
@@ -3,13 +3,7 @@ import { createRef, useContext } from "react";
|
||||
import { ChatStore } from "@/types/chatstore";
|
||||
import { useEffect, useState, Dispatch } from "react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
AudioWaveform,
|
||||
AudioWaveformIcon,
|
||||
CircleStopIcon,
|
||||
MicIcon,
|
||||
VoicemailIcon,
|
||||
} from "lucide-react";
|
||||
import { AudioWaveformIcon, CircleStopIcon, MicIcon } from "lucide-react";
|
||||
import { AppContext } from "@/pages/App";
|
||||
|
||||
const WhisperButton = (props: {
|
||||
|
||||
Reference in New Issue
Block a user