mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
Implement animated number.
This commit is contained in:
parent
9deab27dfe
commit
b1127d88a4
1 changed files with 0 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import io from "socket.io-client";
|
||||||
import Form from "./components/Form";
|
import Form from "./components/Form";
|
||||||
import Listen from "./components/Listen";
|
import Listen from "./components/Listen";
|
||||||
import CarouselSliders from "./components/CarouselSliders";
|
import CarouselSliders from "./components/CarouselSliders";
|
||||||
// import AnimatedNumber from "react-animated-numbers";
|
|
||||||
import { FaMicrophoneLines } from "react-icons/fa6";
|
import { FaMicrophoneLines } from "react-icons/fa6";
|
||||||
import { LiaLaptopSolid } from "react-icons/lia";
|
import { LiaLaptopSolid } from "react-icons/lia";
|
||||||
import { ToastContainer, toast, Slide } from "react-toastify";
|
import { ToastContainer, toast, Slide } from "react-toastify";
|
||||||
|
|
@ -12,7 +11,6 @@ import { MediaRecorder, register } from "extendable-media-recorder";
|
||||||
import { connect } from "extendable-media-recorder-wav-encoder";
|
import { connect } from "extendable-media-recorder-wav-encoder";
|
||||||
|
|
||||||
import AnimatedNumber from "./components/AnimatedNumber";
|
import AnimatedNumber from "./components/AnimatedNumber";
|
||||||
import TestComponent from "./components/test_animate";
|
|
||||||
|
|
||||||
const server = process.env.REACT_APP_BACKEND_URL || "http://localhost:5000";
|
const server = process.env.REACT_APP_BACKEND_URL || "http://localhost:5000";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue