UNPKG
@baaz/adapter
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
The core runtime of PWA
github.com/dominicg666/baaz-adapter
dominicg666/baaz-adapter
@baaz/adapter
/
store
/
reducers
/
index.js
8 lines
(5 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
app
from
'./app'
;
const
reducers = { app, };
export
default
reducers;