Files
NotionNext/lib/notion.js
2022-04-29 12:58:07 +08:00

4 lines
155 B
JavaScript

export { getAllPosts } from './notion/getAllPosts'
export { getAllTags } from './notion/getAllTags'
export { getPostBlocks } from './notion/getPostBlocks'