Remove last traces of ComponentScript from Flipper

Summary: Bye bye ComponentScript.

Reviewed By: d16r

Differential Revision: D18330173

fbshipit-source-id: 8181e9cf082d299790ae3ceaffcc7417dc8190aa
This commit is contained in:
Adam Ernst
2019-11-05 13:19:25 -08:00
committed by Facebook Github Bot
parent 3963535610
commit 6e8de457e7
2 changed files with 0 additions and 2 deletions

View File

@@ -342,8 +342,6 @@ class ElementsRow extends PureComponent<ElementsRowProps, ElementsRowState> {
return <DecorationImage src="icons/litho-logo.png" />;
case 'componentkit':
return <DecorationImage src="icons/componentkit-logo.png" />;
case 'componentscript':
return <DecorationImage src="icons/componentscript-logo.png" />;
case 'accessibility':
return <DecorationImage src="icons/accessibility.png" />;
default:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB