Skip to content

Commit

Permalink
rename to Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
trishaprile committed Jun 18, 2024
1 parent 3c7d88f commit 256dbe9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export { default as HTMLBlock } from './HTMLBlock';
export { default as Heading } from './Heading';
export { default as Image } from './Image';
export { default as Table } from './Table';
export { default as CardsGrid } from './CardsGrid';
export { default as Cards } from './CardsGrid';
export { default as TableOfContents } from './TableOfContents';
1 change: 0 additions & 1 deletion lib/run.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const makeUseMDXComponents = (more: ReturnType<UseMdxComponents> = {}): UseMdxCo
'embed-block': Components.Embed,
'image-block': Components.Image,
'table-of-contents': Components.TableOfContents,
'cards-grid': Components.CardsGrid,
// @ts-expect-error
...headings,
...more,
Expand Down

0 comments on commit 256dbe9

Please sign in to comment.