Skip to content

Commit

Permalink
Update framework/core/js/src/forum/components/Post.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: David Wheatley <hi@davwheat.dev>
  • Loading branch information
askvortsov1 and davwheat authored Mar 18, 2022
1 parent 56c1b14 commit c84060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/js/src/forum/components/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import listItems from '../../common/helpers/listItems';
import ItemList from '../../common/utils/ItemList';
import type PostModel from '../../common/models/Post';
import LoadingIndicator from '../../common/components/LoadingIndicator';
import Mithril from 'mithril';
import type Mithril from 'mithril';

export interface IPostAttrs extends ComponentAttrs {
post: PostModel;
Expand Down

0 comments on commit c84060d

Please sign in to comment.