Skip to content

Commit

Permalink
fix(Table): remove demos from package exports (#10165)
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman authored Mar 15, 2024
1 parent ef374e4 commit 65365b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-table/src/demos/Table.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ To demonstrate this, navigate to the last page of data below using the `>>` navi

### Static bottom pagination on mobile

```ts isFullscreen file="./examples/TableStaticBottomPagination.tsx"
```js isFullscreen file="./examples/TableStaticBottomPagination.tsx"

```

Expand Down
1 change: 0 additions & 1 deletion packages/react-table/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './components';
export * from './demos';

0 comments on commit 65365b1

Please sign in to comment.