From b3821bf16aa686b6bf6e8d4f5aa315b355662588 Mon Sep 17 00:00:00 2001 From: Vedant Chainani Date: Sun, 11 Aug 2024 06:11:50 +0530 Subject: [PATCH] chore: remove unused code --- .../dashboard/explore-schema/index.tsx | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 apps/www/src/app/(dashboard)/dashboard/explore-schema/index.tsx diff --git a/apps/www/src/app/(dashboard)/dashboard/explore-schema/index.tsx b/apps/www/src/app/(dashboard)/dashboard/explore-schema/index.tsx deleted file mode 100644 index 692016f..0000000 --- a/apps/www/src/app/(dashboard)/dashboard/explore-schema/index.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import React from 'react'; - -import { AttestSchema } from 'eas-uikit'; - -export const Viewer = () => { - return ( -
- console.error('Error creating attestation:', error)} - onSuccess={(uid) => console.log('Attestation created with uid:', uid)} - /> -
- ); -};