Skip to content

Commit 172eae6

Browse files
Update components/columns.mdx
1 parent e52b7ab commit 172eae6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/columns.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ The `Columns` component lets you group multiple `Card` components together. It's
1616
</Card>
1717
</Columns>
1818

19-
<RequestExample>
20-
2119
```mdx Card Group Example
2220
<Columns cols={2}>
2321
<Card title="First Card">
@@ -29,8 +27,6 @@ The `Columns` component lets you group multiple `Card` components together. It's
2927
</Columns>
3028
```
3129

32-
</RequestExample>
33-
3430
### Props
3531

3632
<ResponseField name="cols" default={2}>

0 commit comments

Comments
 (0)