Remove unused types

Summary: Little cleanup

Reviewed By: nikoant

Differential Revision: D22374892

fbshipit-source-id: 4d561992b36bff212b926c2e52b73c6287851523
This commit is contained in:
Michel Weststrate
2020-08-04 07:05:57 -07:00
committed by Facebook GitHub Bot
parent 642261c0d0
commit a286ef5c62

View File

@@ -41,10 +41,6 @@ function renderSidebar(row: Row) {
); );
} }
type State = {
selectedID: string | null;
};
type PersistedState = { type PersistedState = {
[key: string]: Row; [key: string]: Row;
}; };