Skip to content

Commit 30761ae

Browse files
committed
release version patch
1 parent fc46863 commit 30761ae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

source/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export { debounce } from './components/utils/debounce';
2+
23
export * from './components/InfiniteTable';
34
export * from './components/TreeGrid';
45

www/src/app/blog/[...blogpost]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import { Metadata } from 'next';
12
import { asMeta } from '@www/utils/asMeta';
23
import { getMarkdownHeadingsForPage } from '@www/utils/getMarkdownHeadings';
34

4-
import { Metadata } from 'next';
55
import {
66
sortedPosts,
77
sortedPostsIncludingDrafts,

0 commit comments

Comments
 (0)