Resolve conflict

This commit is contained in:
syuilo 2018-04-01 18:17:04 +09:00
parent 5323ab8e8e
commit fea2e549ba

View file

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