canvas-website/src/lib/blockchain/index.ts

6 lines
101 B
TypeScript

// Blockchain integration exports
export * from './ethereum';
export * from './walletIntegration';