Skip to content

Commit

Permalink
fix use effect
Browse files Browse the repository at this point in the history
  • Loading branch information
cylqqqcyl committed Nov 14, 2023
1 parent 4d74161 commit ae6fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/sections/voices/voices-card.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, {useState} from 'react';
import React, {useState , useEffect} from 'react';
import { Card, Typography, Avatar, Box, IconButton } from '@mui/material';
import PlayIcon from '@mui/icons-material/PlayCircleOutline';
import PauseIcon from '@mui/icons-material/PauseCircleOutline';
Expand Down

0 comments on commit ae6fded

Please sign in to comment.