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