Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Fix: remove duplicate files from scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrp13 committed Jul 30, 2024
1 parent 632889e commit 549aa78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scaffolds/nextjs-dedicated-wallet/scaffold.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,9 @@ export default class DedicatedScaffold extends BaseScaffold {
'./src/components/magic/wallet-methods/Disconnect.tsx',
'./src/components/magic/wallet-methods/GetIdToken.tsx',
'./src/components/magic/wallet-methods/GetMetadata.tsx',
'./src/components/ui/Dashboard.tsx',
'./src/components/ui/DevLinks.tsx',
'./src/components/ui/Header.tsx',
'./src/components/magic/Login.tsx',
'./src/hooks/MagicProvider.tsx',
'./src/hooks/Web3.tsx',
'./src/components/ui/MagicDashboardRedirect.tsx',
'./src/pages',
'./src/styles',
'./src/utils',
Expand Down

0 comments on commit 549aa78

Please sign in to comment.