UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

7 lines (5 loc) 194 B
import { Feature } from '@common-stack/client-react'; import repository from './module'; import Counter from './components/Counter'; export { Counter }; export default new Feature(repository);