From 76ef6294f36ce94058fd882b5fb94e7caeffe5f6 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Thu, 10 Dec 2020 23:37:55 -0500 Subject: [PATCH] Fix merge issue --- src/client/lazy-app/icons/index.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/client/lazy-app/icons/index.tsx b/src/client/lazy-app/icons/index.tsx index 802f892c..efca6b27 100644 --- a/src/client/lazy-app/icons/index.tsx +++ b/src/client/lazy-app/icons/index.tsx @@ -130,14 +130,3 @@ export const DownloadIcon = () => ( ); - -export const CLIIcon = () => ( - - - -);