Skip to content

Commit 9b6abc5

Browse files
committed
Updated data types docs example.
1 parent 2d47267 commit 9b6abc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-renderer-demo/src/app/pages/renderer/data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Grid from '@material-ui/core/Grid'
2-
import RawComponent from '@docs/raw-component';
2+
import CodeExample from '../../src/components/code-example';
33

44
import ListOfContents from '../../src/helpers/list-of-contents';
55

@@ -16,7 +16,7 @@ Because almost everything in HTML inputs is outputed as a string, adding the `da
1616
```jsx
1717
['integer', 'float', 'number', 'boolean', 'string']
1818
```
19-
<RawComponent source="data-types-example" />
19+
<CodeExample source="components/data-types-example" mode="preview" />
2020

2121
</Grid>
2222
<Grid item xs={false} md={2}>

0 commit comments

Comments
 (0)