From a286ef5c62028552665b010fa4e55b73c3202881 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Tue, 4 Aug 2020 07:05:57 -0700 Subject: [PATCH] Remove unused types Summary: Little cleanup Reviewed By: nikoant Differential Revision: D22374892 fbshipit-source-id: 4d561992b36bff212b926c2e52b73c6287851523 --- desktop/plugins/seamammals/src/index.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/desktop/plugins/seamammals/src/index.tsx b/desktop/plugins/seamammals/src/index.tsx index 65b94a046..ee92d2938 100644 --- a/desktop/plugins/seamammals/src/index.tsx +++ b/desktop/plugins/seamammals/src/index.tsx @@ -41,10 +41,6 @@ function renderSidebar(row: Row) { ); } -type State = { - selectedID: string | null; -}; - type PersistedState = { [key: string]: Row; };