kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

Importing modules fails #559

Closed Dev1an closed 8 years ago

Dev1an commented 8 years ago

The import statements on the following lines throw an error: https://github.com/kadirahq/flow-router/commit/dcdee9e10b46132bbd7dac9916b53fc842def331#diff-3dd91952b25589a53f18280a382b9567R2

I think it should be changed to import Qs from 'qs';

Dev1an commented 8 years ago

This is resolved in 86355da

arunoda commented 8 years ago

Thanks.