refactor: rename components and update import paths for consistency

This commit is contained in:
ecwu
2025-01-03 11:30:12 +08:00
parent 3060543ee7
commit 3728766d7f
12 changed files with 8 additions and 220 deletions

View File

@@ -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: {