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
I use vscode for react and I have bundled all my frontend-components exports in an index file. so that I can just import {Button,Modal} from 'frontend';
if I use the extension it prints: import Button from '../../../frontend/graphics/Button';
which is longer and will not accumulate the imports.
It would be great if the former would be possible.
The text was updated successfully, but these errors were encountered:
I use vscode for react and I have bundled all my frontend-components exports in an index file. so that I can just
import {Button,Modal} from 'frontend';
if I use the extension it prints:
import Button from '../../../frontend/graphics/Button';
which is longer and will not accumulate the imports.
It would be great if the former would be possible.
The text was updated successfully, but these errors were encountered: