Skip to content

Commit 252f6db

Browse files
committed
Remove comments
1 parent 0ce084e commit 252f6db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/redux/reducers/slice/roomSlice.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const roomSlice = createSlice({
3434
}
3535
});
3636

37-
// Exports the action creator function to be used with useDispatch
3837
export const {
3938
setRoomCode,
4039
setUserName,
@@ -43,6 +42,5 @@ export const {
4342
setMessages,
4443
setPassword
4544
} = roomSlice.actions;
46-
// Exports so we can combine in rootReducer
4745

4846
export default roomSlice.reducer;

0 commit comments

Comments
 (0)