diff --git a/frontend/app/components/root/root.tsx b/frontend/app/components/root/root.tsx index 6d3d107b..5aaba8a1 100644 --- a/frontend/app/components/root/root.tsx +++ b/frontend/app/components/root/root.tsx @@ -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,