Skip to content

Commit

Permalink
Refactor: Removing unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Jan 24, 2023
1 parent d03d232 commit da5a64b
Show file tree
Hide file tree
Showing 71 changed files with 25 additions and 2,582 deletions.
3 changes: 0 additions & 3 deletions example/.npmignore

This file was deleted.

14 changes: 0 additions & 14 deletions example/index.html

This file was deleted.

14 changes: 0 additions & 14 deletions example/index.tsx

This file was deleted.

24 changes: 0 additions & 24 deletions example/package.json

This file was deleted.

18 changes: 0 additions & 18 deletions example/tsconfig.json

This file was deleted.

23 changes: 0 additions & 23 deletions src/common/components/auth-provider/auth-provider.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/common/components/auth-provider/index.ts

This file was deleted.

31 changes: 0 additions & 31 deletions src/common/components/auth/auth.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/common/components/auth/index.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/common/components/custom-parameters/custom-parameters.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/common/components/custom-parameters/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/common/components/masa-interface/index.tsx
Expand Up @@ -33,7 +33,7 @@ export const MasaInterface = ({ disable }: { disable?: boolean }) => {

if (!isConnected) return 'connector';
if (!loggedIn) return 'authenticate';
if (!identity && scope?.includes('identity')) return 'createIdentity';
if (!identity.identityId && scope?.includes('identity')) return 'createIdentity';
if (identity && !creditScores?.length && scope?.includes('credit-score'))
return 'createCreditScore';
if (isConnected && loggedIn) return 'connectedState';
Expand Down
25 changes: 0 additions & 25 deletions src/common/components/masa-tools-wrapper/index.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/common/components/method-parameters/index.ts

This file was deleted.

150 changes: 0 additions & 150 deletions src/common/components/method-parameters/method-parameters.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/common/components/path-parameters/index.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/common/components/path-parameters/path-parameters.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/common/components/response-values/index.ts

This file was deleted.

0 comments on commit da5a64b

Please sign in to comment.