From 68aba33765df6b4d654335bc996c550d119ccb83 Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Wed, 16 Jun 2021 09:26:15 +0300 Subject: [PATCH] fix typo --- frontend/app/components/root/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,