Skip to content

Commit

Permalink
fix: readme import (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgeousvlad authored Jan 12, 2024
1 parent e0811d6 commit 7a21926
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 7a21926

Please sign in to comment.