Skip to content

Commit

Permalink
fix: readme import
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgeousvlad committed Jan 4, 2024
1 parent 670a927 commit 43d0c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The page constructor uses the `bootstrap` grid and its implementation based on R
Usage example:

```jsx
import {Grid, Row, Col} from '@gravity-ui/page-constructor/';
import {Grid, Row, Col} from '@gravity-ui/page-constructor';

const Page: React.FC<PageProps> = ({children}) => (
<Grid>
Expand Down

0 comments on commit 43d0c94

Please sign in to comment.