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