Resolve conflict

This commit is contained in:
syuilo 2018-04-01 18:17:04 +09:00
parent 961fe33bb9
commit f9c290a9df

View File

@ -48,7 +48,6 @@ export type IPost = {
heading: number;
speed: number;
};
tags: string[];
};
/**