fix: remove unused todo types

This commit is contained in:
George Lima 2019-01-08 12:59:07 -03:00
parent d9820e44d5
commit c283c8593d
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
// @flow
export type TodoType = {
id: string,
text: string,
editing: boolean,
createdAt: number,
};