We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to run the page-constructor example code, an error was discovered in the import that breaks the build. In https://gravity-ui.com/libraries/page-constructor#grid description import has extra slash:
import {Grid, Row, Col} from '@gravity-ui/page-constructor/';
It's be nice to have working example:
import {Grid, Row, Col} from '@gravity-ui/page-constructor';
The text was updated successfully, but these errors were encountered:
#762
Sorry, something went wrong.
No branches or pull requests
When trying to run the page-constructor example code, an error was discovered in the import that breaks the build.
In https://gravity-ui.com/libraries/page-constructor#grid description import has extra slash:
It's be nice to have working example:
The text was updated successfully, but these errors were encountered: