Skip to content

Commit 7a21926

Browse files
authored
fix: readme import (#762)
1 parent e0811d6 commit 7a21926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The page constructor uses the `bootstrap` grid and its implementation based on R
151151
Usage example:
152152

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

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

0 commit comments

Comments
 (0)