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 - - - - - - - - - - - - - - - - - - - - - - - - - - - ); -};