From 1ebde8d1543e791354bfef7474c912d0b99b1858 Mon Sep 17 00:00:00 2001 From: Salam Dalloul Date: Tue, 24 Dec 2024 18:54:04 +0100 Subject: [PATCH] remove un used code --- .../visualizer/frontend/src/icons/index.tsx | 106 ------------------ 1 file changed, 106 deletions(-) diff --git a/applications/visualizer/frontend/src/icons/index.tsx b/applications/visualizer/frontend/src/icons/index.tsx index ff73b3c4..7fcd56a8 100644 --- a/applications/visualizer/frontend/src/icons/index.tsx +++ b/applications/visualizer/frontend/src/icons/index.tsx @@ -213,109 +213,3 @@ export const DistributeVerticallyIcon = () => ( /> ); - -export const Logo = () => ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -);