diff --git a/src/app/components/shared/shared.module.ts b/src/app/components/shared/shared.module.ts index d74627c4dd9f9c563b0088224f577d6c07f97d9b..d8b7e6719b7d391734213670689fab7d45566f73 100644 --- a/src/app/components/shared/shared.module.ts +++ b/src/app/components/shared/shared.module.ts @@ -23,7 +23,7 @@ import { LoginComponent } from './login/login.component'; import { StatisticHelpComponent } from './_dialogs/statistic-help/statistic-help.component'; import { CommentComponent } from './comment/comment.component'; import { SubmitCommentComponent } from './_dialogs/submit-comment/submit-comment.component'; -import { OrderBy} from './sort'; +import { OrderBy } from './sort'; import { PresentCommentComponent } from './_dialogs/present-comment/present-comment.component'; @NgModule({