cleanup
This commit is contained in:
@@ -9,7 +9,7 @@ export interface LatestProps {
|
|||||||
export interface ArticleViewProps {
|
export interface ArticleViewProps {
|
||||||
article: ArticleModel;
|
article: ArticleModel;
|
||||||
onBack: () => void;
|
onBack: () => void;
|
||||||
open_editor?: () => void; // optional because home → article must still work
|
open_editor: () => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user