vitorsalgado/react-web-starter

View on GitHub
src/core/Counter/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { CounterView } from './CounterView'
import { CounterViewModel } from './CounterViewModel'
import { CountType, CountUseCase } from './CountUseCase'

export type { Counter } from './Counter'
export { CounterView, CounterViewModel, CountType, CountUseCase }