Remove the unused exports with help of ts-prune
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
},
|
||||
};
|
||||
|
||||
export const ParticipantsTest = () => {
|
||||
const ParticipantsTest = () => {
|
||||
const { layout, setLayout } = useVideoGridLayout(false);
|
||||
const [participantCount, setParticipantCount] = useState(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user