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
in components/Panels/Mail.js
...
require('../../styles/Main.sass'); //<--- this does not work
it should be
require('../../../styles/Panels/Main.sass'); //<--- works!
The text was updated successfully, but these errors were encountered:
yo react-webpack:component Panels/Main
...
styles/Component
create src/scripts/components/Panels/Main.js
create test/spec/components/Panels/Main.js
create src/styles/Panels/Main.sass
...
in components/Panels/Mail.js
...
require('../../styles/Main.sass'); //<--- this does not work
it should be
require('../../../styles/Panels/Main.sass'); //<--- works!
The text was updated successfully, but these errors were encountered: