From 9ae6bafd35b82a4d2a646ed119fabe805d85fd5c Mon Sep 17 00:00:00 2001 From: Donkie Date: Wed, 17 May 2023 21:48:25 +0200 Subject: [PATCH] Client: Removed unused tsx icon --- client/src/components/app-icon/index.tsx | 114 ----------------------- 1 file changed, 114 deletions(-) delete mode 100644 client/src/components/app-icon/index.tsx diff --git a/client/src/components/app-icon/index.tsx b/client/src/components/app-icon/index.tsx deleted file mode 100644 index 618ef64..0000000 --- a/client/src/components/app-icon/index.tsx +++ /dev/null @@ -1,114 +0,0 @@ -import React from "react"; - -export const AppIcon: React.FC = () => { - return ( - - Created with Fabric.js 5.3.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - ); -};