UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
build
/
routes
/
default
/
routes.js
6 lines
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
import
DefaultLoader
from
"./DefaultLoader"
;
export
default
(
function
(
store
) {
return
({
path
:
"/"
,
component
:
DefaultLoader
(store), }); });
//# sourceMappingURL=routes.js.map