index.ts 111 B

12345
  1. export * from './Counter';
  2. import { Counter } from './Counter';
  3. export const accountProviders = { Counter };