Remove unused types
Summary: Little cleanup Reviewed By: nikoant Differential Revision: D22374892 fbshipit-source-id: 4d561992b36bff212b926c2e52b73c6287851523
This commit is contained in:
committed by
Facebook GitHub Bot
parent
642261c0d0
commit
a286ef5c62
@@ -41,10 +41,6 @@ function renderSidebar(row: Row) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
type State = {
|
|
||||||
selectedID: string | null;
|
|
||||||
};
|
|
||||||
|
|
||||||
type PersistedState = {
|
type PersistedState = {
|
||||||
[key: string]: Row;
|
[key: string]: Row;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user