This commit is contained in:
Pavel Mineev
2021-06-16 01:27:10 -05:00
committed by Umputun
parent 5aa24f95fc
commit 68aba33765
+1 -1
View File
@@ -45,7 +45,7 @@ import { setCollapse } from 'store/thread/actions';
import { logout } from 'components/auth/auth.api';
import { Button } from 'components/auth/components/button';
import styles from './Root.module.css';
import styles from './root.module.css';
const mapStateToProps = (state: StoreState) => ({
sort: state.comments.sort,