UNPKG

@sample-stack/counter-module-browser

Version:

Sample core for higher packages to depend on

8 lines (6 loc) 234 B
/* eslint-disable @typescript-eslint/no-unsafe-assignment */ import { Feature } from '@common-stack/client-react'; import { locationChangeEpic } from './locationEpic'; export default new Feature({ epic: [locationChangeEpic], });