You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you calling the /imports/statup/client/routes.js from your main client file?
Like: /client/main.js:
import 'imports/statup/client/routes.js';
PS.
I would advice you to use absolute paths in your files, instead of import '../../../ui/layout/layout.js';, it will save you a lot of pain if you do some refactoring ;-)
Hi every body,
I would like add
import
folder in my Meteor APP.But, after import my routes and layout, i've
Organize your Meteor application
rendered.My
imports/statup/client/routes.js
:` import { IronRouter } from 'meteor/iron:router';
And my imports/ui/layout/layout.js :
` import './layout.html';
Do you have any idea why Iron Router have error ?
Thank you !
The text was updated successfully, but these errors were encountered: