diff --git a/widgets/Logo/index copy.tsx b/widgets/Logo/index copy.tsx deleted file mode 100644 index 8a5a00d..0000000 --- a/widgets/Logo/index copy.tsx +++ /dev/null @@ -1,15 +0,0 @@ -"use client"; -import "@/app/globals.css"; - -export const id = "logo"; -export const name = "Logo"; -export const version = "1.0.0"; -export default function Logo() { - return ( -
- - NEXUSHUB - -
- ); -}